Skip to content

Commit

Permalink
{Containerapp} Remove secrets (Azure#8152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedygre authored Oct 17, 2024
1 parent a26cf50 commit 58659c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ interactions:
body: '{"location": "East US", "identity": {"type": "None", "userAssignedIdentities":
null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/client.env_rg_eastus/providers/Microsoft.App/managedEnvironments/env-eastus",
"configuration": {"secrets": [{"name": "acr000003azurecrio-443-acr000003", "value":
"s4A7+BxbBggvsudEOEw9e+3CFrqhbxRw/J684ou4VS+ACRCNN3no"}], "activeRevisionsMode":
"abc123"}], "activeRevisionsMode":
"single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport":
"auto", "exposedPort": null, "allowInsecure": false, "traffic": null, "customDomains":
null, "ipSecurityRestrictions": null, "stickySessions": null}, "dapr": null,
Expand Down Expand Up @@ -6804,7 +6804,7 @@ interactions:
body: '{"location": "East US", "identity": {"type": "None", "userAssignedIdentities":
null}, "properties": {"environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/client.env_rg_eastus/providers/Microsoft.App/managedEnvironments/env-eastus",
"configuration": {"secrets": [{"name": "acr000003azurecrio-acr000003", "value":
"s4A7+BxbBggvsudEOEw9e+3CFrqhbxRw/J684ou4VS+ACRCNN3no"}], "activeRevisionsMode":
"abc123"}], "activeRevisionsMode":
"single", "ingress": {"fqdn": null, "external": true, "targetPort": 80, "transport":
"auto", "exposedPort": null, "allowInsecure": false, "traffic": null, "customDomains":
null, "ipSecurityRestrictions": null, "stickySessions": null}, "dapr": null,
Expand Down Expand Up @@ -10821,7 +10821,7 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000004/listSecrets?api-version=2024-02-02-preview
response:
body:
string: '{"value":[{"name":"acr000003azurecrio-acr000003","value":"s4A7+BxbBggvsudEOEw9e+3CFrqhbxRw/J684ou4VS+ACRCNN3no"}]}'
string: '{"value":[{"name":"acr000003azurecrio-acr000003","value":"abc123"}]}'
headers:
api-supported-versions:
- 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-04-01-preview,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8127,7 +8127,7 @@ interactions:
{"ingress": {"external": true, "targetPort": 80}, "registries": [{"server":
"acr000003.azurecr.io", "username": "acr000003", "passwordSecretRef": "acr000003azurecrio-acr000003",
"identity": null}], "secrets": [{"name": "acr000003azurecrio-acr000003", "value":
"ZYAEQuY3L47k6kJJtWRBvu90GWpOrwL19IwUi2OuoX+ACRBcZUJM"}]}}}'
"abc123"}]}}}'
headers:
Accept:
- '*/*'
Expand Down Expand Up @@ -11688,7 +11688,7 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000002/listSecrets?api-version=2024-02-02-preview
response:
body:
string: '{"value":[{"name":"acr000003azurecrio-acr000003","value":"ZYAEQuY3L47k6kJJtWRBvu90GWpOrwL19IwUi2OuoX+ACRBcZUJM"}]}'
string: '{"value":[{"name":"acr000003azurecrio-acr000003","value":"abc123"}]}'
headers:
api-supported-versions:
- 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-04-01-preview,
Expand Down Expand Up @@ -11877,7 +11877,7 @@ interactions:
"memory": "1Gi", "ephemeralStorage": "2Gi"}}], "revisionSuffix": null}, "configuration":
{"registries": [{"server": "acr000003.azurecr.io", "username": "acr000003",
"passwordSecretRef": "acr000003azurecrio-acr000003", "identity": null}], "secrets":
[{"name": "acr000003azurecrio-acr000003", "value": "ZYAEQuY3L47k6kJJtWRBvu90GWpOrwL19IwUi2OuoX+ACRBcZUJM"}]}}}'
[{"name": "acr000003azurecrio-acr000003", "value": "abc123"}]}}}'
headers:
Accept:
- '*/*'
Expand Down Expand Up @@ -17004,7 +17004,7 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.App/containerApps/aca000002/listSecrets?api-version=2024-02-02-preview
response:
body:
string: '{"value":[{"name":"acr000003azurecrio-acr000003","value":"ZYAEQuY3L47k6kJJtWRBvu90GWpOrwL19IwUi2OuoX+ACRBcZUJM"}]}'
string: '{"value":[{"name":"acr000003azurecrio-acr000003","value":"abc123"}]}'
headers:
api-supported-versions:
- 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-04-01-preview,
Expand Down

0 comments on commit 58659c7

Please sign in to comment.