Phase 2: GitOps-managed shared auth layer in infisical-operator ns — InfisicalConnection (https://infisical.chemavx.xyz) + InfisicalAuth (kubernetes method, operator SA via TokenReview) + identity-ID Secret (non-secret UUID; auth is via SA token, so safe in git). To be referenced cross-namespace by per-app InfisicalStaticSecret CRs later. No real secret yet. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
231 B
YAML
8 lines
231 B
YAML
apiVersion: secrets.infisical.com/v1beta1
|
|
kind: InfisicalConnection
|
|
metadata:
|
|
name: infisical-connection
|
|
namespace: infisical-operator
|
|
spec:
|
|
address: https://infisical.chemavx.xyz # bare host, no /api (operator appends it)
|