2026-01-28 19:50:38 -08:00
|
|
|
# ExternalSecret for Tailscale Operator OAuth credentials
|
|
|
|
|
#
|
|
|
|
|
# Replaces the manual op inject workflow from secret.yaml.tpl
|
|
|
|
|
#
|
|
|
|
|
# 1Password item: "Tailscale K8s Operator OAuth" in blumeops vault
|
|
|
|
|
# Fields: "client-id", "client-secret"
|
|
|
|
|
#
|
|
|
|
|
apiVersion: external-secrets.io/v1
|
|
|
|
|
kind: ExternalSecret
|
|
|
|
|
metadata:
|
|
|
|
|
name: operator-oauth
|
|
|
|
|
namespace: tailscale
|
|
|
|
|
spec:
|
|
|
|
|
refreshInterval: 1h
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: ClusterSecretStore
|
|
|
|
|
name: onepassword-blumeops
|
|
|
|
|
target:
|
|
|
|
|
name: operator-oauth
|
2026-01-28 20:27:16 -08:00
|
|
|
creationPolicy: Owner
|
2026-01-28 19:50:38 -08:00
|
|
|
data:
|
|
|
|
|
- secretKey: client_id
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: Tailscale K8s Operator OAuth
|
|
|
|
|
property: client-id
|
|
|
|
|
- secretKey: client_secret
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: Tailscale K8s Operator OAuth
|
|
|
|
|
property: client-secret
|