Web Target
You can define a Web target to be used with custom dynamic secrets or custom rotated secrets.
Create a Web Target from the CLI
To create a Web target from the CLI, run the following command:
akeyless create-web-target \
--name <target name> \
--url <url of your web application>
Where:
-
name: A unique name of the target. The name can include the path to the virtual folder where you want to create the new target, using slash
/
separators. If the folder does not exist, it will be created together with the target. -
url: The URL of your web application.
You can find the complete list of parameters for this command in the CLI Reference - Akeyless Targets section.
Create a Web Target in the Akeyless Console
-
Log in to the Akeyless Console, and go to Targets > New > Web Target.
-
Define a Name of the target, and specify the Location as a path to the virtual folder where you want to create the new target, using slash
/
separators. If the folder does not exist, it will be created together with the target. -
Define the remaining parameters as follows:
-
URL: Specify the URL of your web application.
-
Protection key: To enable Zero-Knowledge, select a key with a Customer Fragment. For more information about Zero-Knowledge, see Implement Zero Knowledge.
- Click Save.
Updated 11 months ago