You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should use realm to determine which REALM it should authenticate against.
Actual Behavior
Always uses default_realm to authenticate against. not realm specified in gssapi
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Low
Logs
No response
Additional Information
As long as I try to authenticate to default_realm (PROD), everything works. when trying to authenticate to second domain(TEST), it fails with krbtgt/PROD.COM: KRB Error: (7) KDC_ERR_S_PRINCIPAL_UNKNOWN Server not found in Kerberos database. Client (MAC OSX Monterey) is not member of any of the domains. dnsserver is windows 2019 active directory controller.
Terraform CLI and Provider Versions
Terraform v1.1.5
on darwin_arm64
Terraform Configuration
Expected Behavior
Should use realm to determine which REALM it should authenticate against.
Actual Behavior
Always uses default_realm to authenticate against. not realm specified in gssapi
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Low
Logs
No response
Additional Information
As long as I try to authenticate to default_realm (PROD), everything works. when trying to authenticate to second domain(TEST), it fails with krbtgt/PROD.COM: KRB Error: (7) KDC_ERR_S_PRINCIPAL_UNKNOWN Server not found in Kerberos database. Client (MAC OSX Monterey) is not member of any of the domains. dnsserver is windows 2019 active directory controller.
KRB5.config
[libdefaults]
default_realm = PROD.COM
[realms]
PROD.COM = {
kdc = dc01.prod.com
kdc = dc02.prod.com
}
TEST.COM = {
kdc = testdc01.test.com
}
Code of Conduct
The text was updated successfully, but these errors were encountered: