You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AWS I would like to generate certificates for the master and clients using icinga2 cert tools with cn set to the NodeName. Node name in my case is aws instance id on the client and predefined DNS name on the master.
Current Behavior
Currently even if you set NodeName to custom value module ignores it and creates certificates with CN set to fqdn of the nodes.
Possible Solution
In the manifests/pki/ca.pp and manifests/feature/api.pp while setting value on $NodeName it constants has should be used that includes values passed to the class, vs _constants that only includes default values.
Expected Behavior
In AWS I would like to generate certificates for the master and clients using icinga2 cert tools with cn set to the NodeName. Node name in my case is aws instance id on the client and predefined DNS name on the master.
Current Behavior
Currently even if you set NodeName to custom value module ignores it and creates certificates with CN set to fqdn of the nodes.
Possible Solution
In the manifests/pki/ca.pp and manifests/feature/api.pp while setting value on $NodeName it constants has should be used that includes values passed to the class, vs _constants that only includes default values.
Proposed PR: #329
should be
Steps to Reproduce (for bugs)
Context
Trying to setup NodeName to be aws id on client icinga nodes and predefined DNS name on master node.
Your Environment
The text was updated successfully, but these errors were encountered: