Project

General

Profile

Actions

Bug #13915

closed

Foreman-Proxy does not honour configuration for nsupdate_gss

Added by Andreas Pfaffeneder over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
DNS
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Centos 7 w/ and w/o SElinux:

Problem: Settings for nsupdate_gss not being taken from conf:

Steps to reproduce:
1.) Install the foreman-proxy
2.) enable http, dns, use dns_nsupdate_gss
3.) modify dns_nsupdate_gss.yml
4.) dns_nsupdate_gss still being initialized with default params:

I, [2016-02-26T12:04:50.234231 #4322]  INFO -- : 'dns_nsupdate_gss' settings were initialized with default values: :dns_key: , :dns_server: localhost, :dns_tsig_keytab: /usr/share/foreman-proxy/dns.keytab, :dns_tsig_principal: DNS/host.example.com@EXAMPLE.COM, :enabled: false
# grep -v ^# /etc/foreman-proxy/settings.d/dns_nsupdate_gss.yml
---

:dns_server: foobar.com
:dns_tsig_keytab: /usr/FOOBAR/foreman-proxy/dns.keytab
:dns_tsig_principal: FOOBAR/host.example.com@EXAMPLE.COM

# grep -v ^# /etc/foreman-proxy/settings.d/dns.yml
---
:enabled: true

:use_provider: dns_nsupdate_gss
:dns_ttl: 86400

Files

proxy.log proxy.log 2.16 KB Andreas Pfaffeneder, 02/26/2016 06:33 AM
Actions

Also available in: Atom PDF