Manage Secret
Last updated
Last updated
SECRETS
Secrets are key-value pairs that can have a global value or environment specific value, based on your use case .They are stored securely in a vault and Ozone injects them into the pipeline runtime on-demand. The secrets are cleaned up once the pipeline run ends.
Once you log in to Ozone, select Resources on the left sidebar under Setup
After clicking on Resources a menu appears, click on Secrets to get the Secrets page
After this users can click on the + New Secret button to open the modal window for variable creation
This will open the modal window for secret creation
Users can choose the scope of the secrets to either be global or environment-specific according to their use case a. Global Secret By default a global variable is set at initial, the user can set any value to the secret which will be accessible throughout all the Environments
b. Local secret To create a local variable, simply toggle the switch as shown below. Users can enter the value for the variables according to the Environments they desire
Once the user is done entering the values, they can click on the Create Button to create the variable
Once the Variables have Successfully been created it will be shown in the form of a tabular list, as shown below. In the table list, you can see what the type of secret is created
Click on the pen icon highlighted below to Edit/view the secret details
This will open the modal window with the existing details of the secrets. The user can edit or change the details accordingly The secret name can't be edited after it's created
Once the user has Edited the necessary details, Click on Save.
The user will be able to see the changes in the table as shown below