Files
2026-03-09 20:21:35 -05:00

32 lines
719 B
YAML

---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: netbird-oauth
namespace: netbird
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: vault-backend
target:
name: netbird-oauth-secret
creationPolicy: Owner
data:
- secretKey: client-id
remoteRef:
key: netbird-oauth
property: client-id
- secretKey: client-secret
remoteRef:
key: netbird-oauth
property: client-secret
- secretKey: service-username
remoteRef:
key: netbird-oauth
property: service-username
- secretKey: service-password
remoteRef:
key: netbird-oauth
property: service-password