Create a Password
You can create a Password item to store the username, password, and the websites associated with those credentials.
Password items use the password type of the create-secret flow. Use a Password item when storing website or account login credentials that include fields such as username, password, and associated URLs.
Create a Password with the Akeyless CLI
To create a password with the CLI, run the following command:
akeyless create-secret \
--name <Item-Name> \
--type <password> \
--url <Associated-URL> \
--password <Password> \
--username <Username> Where:
name: A unique name of the password. The name can include the path to the virtual folder where you want to create the new password, using the slash / separators. If the folder does not exist, it will be created together with the password.type: The type of the item, eitherstatic secretorpassword.url: Comma separated list of URLs associated with the password.password: Password value.username: Username value.
You can find the complete list of parameters for this command with the CLI Reference - Static Secrets section.
Create a Password with the Akeyless Console
To create a password using the Console, run the following steps:
- Log in to the Akeyless Console and go to Items.
- Select + New, then select Password.
This opens the Create Password wizard.
- Define a name for the password, and specify the location as a path to the virtual folder where you want to create the new password, using slash
/separators. If the folder does not exist, it will be created together with the password. - Define the remaining parameters as follows:
- Delete Protection: When enabled, protects the secret from accidental deletion.
- Username: Username value.
- Password: Password value.
- Website: Comma separated list of URLs associated with the password.
- Select Finish.
Updated 17 days ago
