22 lines
486 B
YAML
22 lines
486 B
YAML
|
|
apiVersion: external-secrets.io/v1
|
||
|
|
kind: ExternalSecret
|
||
|
|
metadata:
|
||
|
|
name: operator-oauth
|
||
|
|
namespace: tailscale
|
||
|
|
spec:
|
||
|
|
refreshInterval: 1h
|
||
|
|
secretStoreRef:
|
||
|
|
name: aws-secrets-manager
|
||
|
|
kind: ClusterSecretStore
|
||
|
|
target:
|
||
|
|
name: operator-oauth
|
||
|
|
data:
|
||
|
|
- secretKey: client_id
|
||
|
|
remoteRef:
|
||
|
|
key: dumpnet
|
||
|
|
property: tailscale.oauth_client_id
|
||
|
|
- secretKey: client_secret
|
||
|
|
remoteRef:
|
||
|
|
key: dumpnet
|
||
|
|
property: tailscale.oauth_client_secret
|