Skip to content

Commit

Permalink
Merge pull request #9077 from AriaXLi/PUP-9964/add_puppetserver_ca_cl…
Browse files Browse the repository at this point in the history
…i_auth_oid_to_puppet

(PUP-9964) Add Puppetserver CA CLI Authoriziation OID to Puppet
  • Loading branch information
joshcooper committed Jun 28, 2023
2 parents e6339f7 + e1fd9ff commit fde5713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/ssl/oids.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ module Puppet::SSL::Oids
["1.3.6.1.4.1.34380.1.3.1", 'pp_authorization', 'Certificate Extension Authorization'],
["1.3.6.1.4.1.34380.1.3.2", 'pp_auth_auto_renew', 'Auto-Renew Certificate Extension'],
["1.3.6.1.4.1.34380.1.3.13", 'pp_auth_role', 'Puppet Node Role Name for Authorization'],
["1.3.6.1.4.1.34380.1.3.39", 'pp_cli_auth', 'Puppetserver CA CLI Authorization'],
]

@did_register_puppet_oids = false
Expand Down

0 comments on commit fde5713

Please sign in to comment.