Jira (PUP-11759) trusted fqdn fact

0 views
Skip to first unread message

Pat Riehecky (Jira)

unread,
Feb 14, 2023, 3:12:03 PM2/14/23
to puppe...@googlegroups.com
Pat Riehecky created an issue
 
Puppet / New Feature PUP-11759
trusted fqdn fact
Issue Type: New Feature New Feature
Assignee: Unassigned
Created: 2023/02/14 12:11 PM
Priority: Normal Normal
Reporter: Pat Riehecky

With the legacy top level facts going away, it would be handy if there as a $::trusted['fqdn'] fact I could pull in.

In practice I know I can concat $::trusted['hostname'] with $::trusted['domain'], but making sure my mass find/replace is syntax valid for all the quoting and whatnot is going to be ugly.

A trusted replacement fact would be great so I don't have to constantly repeat that pattern everywhere.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)
Atlassian logo

Josh Cooper (Jira)

unread,
Feb 14, 2023, 4:10:03 PM2/14/23
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Team: Phoenix

Josh Cooper (Jira)

unread,
Feb 14, 2023, 4:10:03 PM2/14/23
to puppe...@googlegroups.com
Josh Cooper commented on New Feature PUP-11759
 
Re: trusted fqdn fact

Hi Pat Riehecky I wasn't clear if you wanted to use the structured fact "$facts['networking']['fqdn']" which already exists. Or if you are explicitly wanting a trusted version? If so, you can use "$trusted['certname']" which defaults to the fqdn of the host, but doesn't have to be in cases where "certname" is set explicitly in puppet.conf.

Pat Riehecky (Jira)

unread,
Feb 14, 2023, 4:16:02 PM2/14/23
to puppe...@googlegroups.com
Pat Riehecky commented on New Feature PUP-11759
 
Re: trusted fqdn fact

I'd prefer a "fully" trusted version.  My certname for the hosts is often a UUID for "reasons" so I'm assembling it by hand with a trivial join.

 

I'm controlling access to SSL certificates and kerberos keytabs, so I don't really want to trust that the client has the right fqdn.

Reply all
Reply to author
Forward
0 new messages