please don't remove enrolled centos machines from IPA in staging #12514
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As CentOS and Fedora are using shared IPA backend for authentication, I'd request that nothing touching enrolled centos machines in IPA would be done (manually or through scripts)
I had to just waste my time this morning investigating why ipsilon (https://id.stg.centos.org) wasn't allowing anyone to auth (and so no openidc for services using our ipsilon instance)
Someone (who ? or a script ?) removed
ipsilon.stg.iad2.centos.org
from the ipsilon HBAC rule, denying so all auth requests .Can you identify the root cause and ensure it wouldn't happen again please ?
Thanks a lot
Metadata Update from @zlopez:
seems related to https://pagure.io/fedora-infra/ansible/blob/main/f/playbooks/groups/ipsilon.yml#_92 ...
Metadata Update from @arrfab:
Metadata Update from @zlopez:
The change you are referring to happened 4 years ago. So I assume that didn't caused the machine to be removed.
Metadata Update from @kevin:
It's actually https://pagure.io/fedora-infra/ansible/blob/main/f/playbooks/groups/ipsilon.yml#_101
It was using the wrong hostname... but that was set in 2021?
b8e6754f97c (Aurélien Bompard 2021-03-22 17:07:45 +0100 101) host: "{{ (env == 'production')|ternary('ipsilon.iad2.centos.org', 'centos-ipa-client02.stg.iad2.fedoraproject.org') }}"
anyhow, I changed it to ipsilon.stg.iad2.centos.org
If you can confirm it's fixed / working?