Skip to content

Commit c8bba06

Browse files
authored
Merge pull request #9080 from AriaXLi/PUP-9964/7.x_add_puppetserver_ca_cli_auth_oid
(PUP-9964) Add Puppetserver CA CLI Authoriziation OID to Puppet 7.x
2 parents fd7f09f + 38f2439 commit c8bba06

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
@@ -71,6 +71,7 @@ module Puppet::SSL::Oids
7171

7272
["1.3.6.1.4.1.34380.1.3.1", 'pp_authorization', 'Certificate Extension Authorization'],
7373
["1.3.6.1.4.1.34380.1.3.13", 'pp_auth_role', 'Puppet Node Role Name for Authorization'],
74+
["1.3.6.1.4.1.34380.1.3.39", 'pp_cli_auth', 'Puppetserver CA CLI Authorization'],
7475
]
7576

7677
@did_register_puppet_oids = false

0 commit comments

Comments
 (0)