Actions
Feature #32406
closedPrevent re-register unless host is in build mode
Description
I'd like to prevent a host from re-registering unless the host is in "build" mode.
Right now, a user who knows a valid activation key can register as a host that already exists and invalidate the subscriptions of the real host. The existing setting `host_profile_assume` can help limit the exposure, but the DMI UUID is not the most well protected piece of host information.
I'd like to request an additional setting to treat an attempt to register as a host that already exists as an error unless that host is in build mode.
From an implementation side, I'd expect this to interact with the `host_profile_assume` setting so that both could be used together.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9313 added
Updated by James Jeffers over 3 years ago
- Target version set to Katello 4.1.0
- Triaged changed from No to Yes
Updated by Jonathon Turel over 3 years ago
- Target version changed from Katello 4.1.0 to Katello 4.2.0
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.2.0 added
Updated by Pat Riehecky over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|47a628e4a35c95f49bd389674ac7987258ec91eb.
Actions