mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Add default realm to example krb5.conf
This example caused the test playbook to fail with an error saying that the Kerberos config did not specify a default realm. Once I added that extra line to the configmap, it worked great. Just thought I would contribute that back as a PR for anyone else that finds this in the future. Thanks!
This commit is contained in:
parent
025f5616b1
commit
af38ca8b35
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ This is my example. Note that some domain names under `[realms]` and `[domain_re
|
|||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = false
|
||||
rdns = false
|
||||
default_realm = KUROKOBO.INTERNAL
|
||||
|
||||
[realms]
|
||||
KUROKOBO.INTERNAL = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue