Skip to content

Commit

Permalink
Merge pull request #12 from GitGuardian/fperucki/azure-doc
Browse files Browse the repository at this point in the history
chore: add azure key vault example
  • Loading branch information
clement-tourriere authored Jan 31, 2025
2 parents ff29688 + 2066576 commit 22968cf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/nhi-scout/examples/azurekeyvault/secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: v1
kind: Secret
metadata:
name: gitguardian-nhi-scout-secrets
stringData:
AZURE_CLIENT_ID: "6e85cc76-ae23-49ae-bd3a-7a3760916044"
AZURE_CLIENT_SECRET: "my_client_secret"
AZURE_SUBSCRIPTION_ID: "6870dab5-c77a-418d-97c8-4ee3c4d1db45"
AZURE_TENANT_ID: "6e85cc76-ae23-49ae-bd3a-7a3760916044"
11 changes: 11 additions & 0 deletions charts/nhi-scout/examples/azurekeyvault/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# yaml-language-server: $schema=../../values.schema.json

inventory:
config:
sources:
azurekeyvault:
type: azurekeyvault
subscription_id: "${AZURE_SUBSCRIPTION_ID}"
fetch_all_versions: true

0 comments on commit 22968cf

Please sign in to comment.