Initial commit

This commit is contained in:
Scooby Husky
2026-03-09 20:21:35 -05:00
commit aacb8eebbe
314 changed files with 21766 additions and 0 deletions
@@ -0,0 +1,27 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: gitlab-saml
namespace: gitlab
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: vault-backend
target:
name: gitlab-saml-secret
creationPolicy: Owner
template:
type: Opaque
data:
GITLAB_SAML_IDP_SSO_URL: "{{ .idp_sso_url }}"
GITLAB_SAML_IDP_FINGERPRINT: "{{ .idp_fingerprint }}"
data:
- secretKey: idp_sso_url
remoteRef:
key: gitlab/saml
property: idp_sso_url
- secretKey: idp_fingerprint
remoteRef:
key: gitlab/saml
property: idp_fingerprint