search for: certificate_status

Displaying 5 results from an estimated 5 matches for "certificate_status".

2012 Sep 30
6
err: Signing certificate error
...an ec2 instance using: *puppet node_aws bootstrap --server myserverOnAWS.com --image ami-61ad0108 --keyname test-malcom --login ubuntu --type m1.small --keyfile test-malcom.pem -g puppets --verbose --debug --puppetagent-certname test* I get this error: *notice: Signing certificate ...* *debug: certificate_status supports formats: b64_zlib_yaml pson raw yaml; using pson* *debug: Failed to load library ''selinux'' for feature ''selinux''* *debug: Failed to load library ''ldap'' for feature ''ldap''* *debug: /File[/home/ubuntu/.puppet/ssl/privat...
2011 Oct 06
1
More cloud provisioner stuff
...request]: adding authentication no info: access[/certificate_request]: allowing ''method'' find info: access[/certificate_request]: allowing ''method'' save info: access[/certificate_request]: allowing * access info: access[/]: adding authentication any info: access[/certificate_status]: allowing ''method'' save info: access[/certificate_status]: adding authentication yes info: access[/certificate_status]: allowing * access info: Inserting default ''/status''(auth) ACL because none were found in ''/etc/puppet/auth.conf'' info: Inser...
2012 Sep 20
0
dashboard md5 diff
...t/ca method find allow * path /report method save allow * path /facts auth any method find, search allow * path /file allow * path /certificate/ca auth any method find allow * path /certificate/ auth any method find allow * path /certificate_request auth any method find, save allow * path ~ /certificate_status/ auth any allow /(?i-mx:linux-install)/ path / auth any Any idea why the diff feature is not working? Regards, JM -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To...
2013 Dec 10
0
PUT type REST API
Hi, I was trying to use Postman REST Client (Chrome App) to run PUT operation for Puppet Master REST API with following settings: URL: https://<PuppetMasterHost>:8140/production/certificate_status/<certname> Under Headers - content-type:text/pson Under Body: {"desired_state":"signed"} It results in HTTP 400 with message "Could not intern from pson: source ''------WebKitFormBoun'' not in PSON!" When content-type is changed to any other...
2013 Apr 18
2
How to remove a node from Puppet CA, Puppet DB from a remote host
I need to programmatically remove cert from Puppet master and remove all information in Puppet DB for a node from another machine which is neither Puppet Master or PuppetDB. It does have a Puppet signed cert since it is also provisioned using Puppet. I can''t find any decent documentation on this. I am using the Community Edition. Any pointers / help is appreciated. Rajul -- You