Skip to content

Commit e1fd9ff

Browse files
committed
(PUP-9964) Add Puppetserver CA CLI Authoriziation OID to Puppet
This commit adds the pp_cli_auth OID, which is a certificate extension that allows the puppetserver CA CLI tool to submit requests to the puppet-CA API that change the status of certificates. The OID was created in SERVER-2287 but was never added to Puppet.
1 parent 61234be commit e1fd9ff

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

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.13", 'pp_auth_role', 'Puppet Node Role Name for Authorization'],
75+
["1.3.6.1.4.1.34380.1.3.39", 'pp_cli_auth', 'Puppetserver CA CLI Authorization'],
7576
]
7677

7778
@did_register_puppet_oids = false

0 commit comments

Comments
 (0)