mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Change Azure Client Secret Rotation to show app client id
This commit is contained in:
@@ -75,6 +75,7 @@ description: "Learn how to automatically rotate Azure Client Secrets."
|
||||
},
|
||||
"parameters": {
|
||||
"appId": "...",
|
||||
"clientId": "...",
|
||||
"appName": "..."
|
||||
},
|
||||
"secretsMapping": {
|
||||
@@ -131,7 +132,8 @@ description: "Learn how to automatically rotate Azure Client Secrets."
|
||||
"type": "azure-client-secret",
|
||||
"parameters": {
|
||||
"appId": "...",
|
||||
"appName": "..."
|
||||
"appName": "...",
|
||||
"clientId": "..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user