mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 11:34:31 +00:00
- 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.
22 lines
415 B
YAML
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
|