Web Target
You can define a Web target to be used with custom dynamic secrets or custom rotated secrets.
Create a Web Target in the CLI
To create a Web target from the CLI, run the following command:
akeyless target create web \
--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 Console
-
Log in to the Akeyless Console, and go to Targets > New > Web (Web).
-
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. -
Select a Protection key with a Customer Fragment to enable Zero-Knowledge and click Next.
For more information about Zero-Knowledge, see Implement Zero Knowledge. -
Define URL to specify the URL of your web application.
-
Click Finish.
Updated 4 months ago