Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dotnetengstatus connection strings #3881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .vault-config/dotneteng-status-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ keys:
importSecretsFrom: shared/dotneteng-status-secrets.yaml

secrets:
dotnet-status-storage-account:
type: azure-storage-connection-string
parameters:
subscription: 68672ab8-de0c-40f1-8d1b-ffb20bd62c0f
account: dotnetengstatusprod

# Grafana API key with admin privileges
grafana-api-token:
type: grafana-api-key
Expand Down
7 changes: 0 additions & 7 deletions .vault-config/dotneteng-status-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ keys:
importSecretsFrom: shared/dotneteng-status-secrets.yaml

secrets:
dotnet-status-storage-account:
type: azure-storage-connection-string
parameters:
subscription: cab65fc3-d077-467d-931f-3932eabf36d3
account: dotnetengstatusstaging

# Grafana API key with admin privileges
grafana-api-token:
type: grafana-api-key
parameters:
Expand Down
Loading