Skip to content

Commit

Permalink
Add managed identities OIDs to KeyVault (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftrubengu authored Aug 12, 2024
1 parent 63d3878 commit b430da2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,22 @@
},
{
"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"objectId": "4d43284b-69df-4fda-938c-9636be4248bc",
"objectId": "35b97a7f-4c02-4835-b673-0cd5710cdc18",
"permissions": {
"keys": [
"Get",
"List"
],
"secrets": [
"Get",
"List",
"Set"
],
"certificates": [
"Get",
"List"
],
"storage": [
"Get"
]
},
"metadata": {
"description": "This is the object for winget-cli-restsource Int."
"description": "This is the object for mi-wgrest-deployment-int."
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,23 @@
"accessPolicies": {
"value": [
{
"tenantId": "975f013f-7f24-47e8-a7d3-abc4752bf346",
"objectId": "6a695a50-74b4-4fe0-a4be-5051d94c810e",
"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"objectId": "2c6c9eac-c1b3-4ad6-aba3-261f0dd4c2fe",
"permissions": {
"keys": [
"Get",
"List"
],
"secrets": [
"Get",
"List",
"Set"
],
"certificates": [
"Get",
"List"
],
"storage": [
"Get"
]
},
"metadata": {
"description": "This is the object for the deployment agent (WDX-APT-WPMService-Deployment(winget-cli-restsource))."
"description": "This is the object for mi-wgrest-deployment-pme."
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,22 @@
},
{
"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"objectId": "a2db5783-1f5a-4db7-a228-f86910ed981a",
"objectId": "2b7e6ba1-111c-4bc3-ab49-92264daf7c1f",
"permissions": {
"keys": [
"Get",
"List"
],
"secrets": [
"Get",
"List",
"Set"
],
"certificates": [
"Get",
"List"
],
"storage": [
"Get"
]
},
"metadata": {
"description": "This is the object for winget-cli-restsource PPE."
"description": "This is the object for mi-wgrest-deployment-ppe."
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@
],
"secrets": [
"Get",
"List"
"List",
"Set"
],
"certificates": [
],
"storage": [
]
},
"metadata": {
"description": "This is the object for mi-wgrest-deployment-test. Used for E2E."
"description": "This is the object for mi-wgrest-deployment-test."
}
},
{
Expand Down

0 comments on commit b430da2

Please sign in to comment.