Bug #30240
Installer no longer sets up DNS zone update auth
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
https://github.com/theforeman/puppet-dns/pull/157 changed the default zones and no longer automatically sets up the rndc-key to unconditionally allow any zones.
Associated revisions
History
#1
Updated by Ewoud Kohl van Wijngaarden 7 months ago
- Triaged changed from No to Yes
- Target version set to 2.1.0
- Category set to Foreman modules
- Found in Releases 2.1.0 added
#2
Updated by The Foreman Bot 7 months ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/603 added
#3
Updated by The Foreman Bot 7 months ago
- Fixed in Releases 2.2.0 added
#4
Updated by Ewoud Kohl van Wijngaarden 7 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy|5a6b51c1a3b343a5a7844fda45622fa5bd74aba0.
#5
Updated by The Foreman Bot 7 months ago
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/604 added
#6
Updated by Ewoud Kohl van Wijngaarden 7 months ago
- Fixed in Releases 2.1.0 added
- Fixed in Releases deleted (
2.2.0) - Pull request deleted (
https://github.com/theforeman/puppet-foreman_proxy/pull/603, https://github.com/theforeman/puppet-foreman_proxy/pull/604)
#7
Updated by Tomer Brisker 7 months ago
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/604, https://github.com/theforeman/puppet-foreman_proxy/pull/603 added
Fixes #30240 - compat with theforeman/dns 8.x
dda99d908f38c3e752928a9a2d570280477d581c marked the module as
compatible with theforeman/dns 8.x. However, 8.x was a breaking change
and no longer automatically grants access to the rndc-key by default.
This restores compatibility.