prole/k8s/openbao/kerberos-configmap.yaml
chrisfu fff18fdbe4 Update Prole-DB and improve Supabase integration
- Bumped Prole-DB image version to 17.7-053 in scripts, Dockerfile, and manifests.
- Replaced `prole-scan` with `prole-agent` throughout scripts and tests.
- Refined Kubernetes setup for Supabase to use namespace 'supabase'.
- Introduced conversion of Supabase Docker Compose to Kubernetes manifests with `kompose`.
- Added support for Kerberos toggle via environment variables in `init_kerberos.sh`.
- Improved error handling and logging in scripts for better maintainability.
2026-02-01 23:56:25 -08:00

22 lines
415 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: prole-krb5-conf
namespace: prole-chrisfu-abacababa
data:
krb5.conf: |
[libdefaults]
default_realm = PROLE.ORG
dns_lookup_realm = true
dns_lookup_kdc = true
[realms]
PROLE.ORG = {
kdc = kdc.prole.org
admin_server = kdc.prole.org
}
[domain_realm]
.prole.org = PROLE.ORG
prole.org = PROLE.ORG