#177 Add copr address to domains mapped
Opened 2 years ago by pemensik. Modified 2 years ago
pemensik/fedora-packager krb5-copr  into  main

@@ -7,6 +7,8 @@ 

  [domain_realm]

   .fedoraproject.org = FEDORAPROJECT.ORG

   fedoraproject.org = FEDORAPROJECT.ORG

+  .fedorainfracloud.org = FEDORAPROJECT.ORG

+  fedorainfracloud.org = FEDORAPROJECT.ORG

   .centos.org = FEDORAPROJECT.ORG

   centos.org = FEDORAPROJECT.ORG

  

copr.fedorainfracloud.org contains also gssapi login method, but that
domain is not mapped to Fedora realm explicitly. Fix that.

Signed-off-by: Petr Menšík pemensik@redhat.com

I think I would prefer to do the DNS change fix... ;) lets try that first.

With dns_lookup_realm = true the fix on DNS is sufficient. But It seems to me this should be supported also without DNS, just with fedora-packager configuration. It is there already for fedoraproject.org and centos.org. Can we just expand it further?

But I am not sure this actually works with Copr, maybe there is some bug in krb5 preventing this.

Metadata