Skip to content

Commit fde5713

Browse files
authored
Merge pull request #9077 from AriaXLi/PUP-9964/add_puppetserver_ca_cli_auth_oid_to_puppet
(PUP-9964) Add Puppetserver CA CLI Authoriziation OID to Puppet
2 parents e6339f7 + e1fd9ff commit fde5713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet/ssl/oids.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module Puppet::SSL::Oids
7373
["1.3.6.1.4.1.34380.1.3.1", 'pp_authorization', 'Certificate Extension Authorization'],
7474
["1.3.6.1.4.1.34380.1.3.2", 'pp_auth_auto_renew', 'Auto-Renew Certificate Extension'],
7575
["1.3.6.1.4.1.34380.1.3.13", 'pp_auth_role', 'Puppet Node Role Name for Authorization'],
76+
["1.3.6.1.4.1.34380.1.3.39", 'pp_cli_auth', 'Puppetserver CA CLI Authorization'],
7677
]
7778

7879
@did_register_puppet_oids = false

0 commit comments

Comments
 (0)