You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/secrets-management/example_secretstore_azure_key_vault.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,13 +70,14 @@ Save a copy of the output from this command - you'll need `clientId`, `clientSec
70
70
```
71
71
export CLIENT_ID=clientId_from_output
72
72
export CLIENT_SECRET=clientSecret_from_output
73
+
export TENANT_ID=tenantId_from_output
73
74
```
74
75
75
76
## Create the OpenShift Secret
76
77
77
78
First, create a Secret in your OpenShift namespace to store your Azure Service Principal credentials. You can use the UI if you like, or use the following command:
Next, create a YAML manifest for the `SecretStore`. Be sure to enter the correct values for the `tenantId` and the name of the Secret that you created above.
107
+
Next, create a YAML manifest for the `SecretStore`. Be sure to enter the correct value for the name of the Secret that you created above.
0 commit comments