File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,19 @@ oc annotate secret/azure-kola-tests-config \
212212 jenkins.io/credentials-description="Azure kola tests credentials config"
213213```
214214
215+ If you want to establish an authorized identity to pre-emptively grant access
216+ to other Azure resources, enabling the startup process to leverage Azure's default
217+ credentials, use the azure-kola-managed-identity:
218+
219+ ```
220+ oc create secret generic azure-kola-managed-identity \
221+ --from-file=text="${MANAGED_IDENTITY_ID}"
222+ oc label secret/azure-kola-managed-identity \
223+ jenkins.io/credentials-type=secretText
224+ oc annotate secret/azure-kola-managed-identity \
225+ jenkins.io/credentials-description="Azure managed identity credentials"
226+ ```
227+
215228NOTE: For the prod pipeline these secrets can be found in BitWarden
216229
217230### [ OPTIONAL] Creating OpenStack credentials configs
You can’t perform that action at this time.
0 commit comments