Jira (PDB-5315) Obtain the new catalog from the server

2021-10-21 Thread Andrei Filipovici (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Filipovici commented on  PDB-5315  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Obtain the new catalog from the server   
 

  
 
 
 
 

 
 To get an agent catalog we first must enable access to the /puppet/v4/catalog endpoint. For that you need to change the rule puppetlabs v4 catalog for services from file /etc/puppetlabs/puppetserver/conf.d/auth.conf. Replace deny: "*" with allow-unauthenticated: true. Then you can do requests like:  
 
 
 
 
 curl -k --request POST 'https://uneven-kerosene.delivery.puppetlabs.net:8140/puppet/v4/catalog' --header 'Content-Type: application/json' --data-raw '{  
 
 
 {  
 
 
   "certname": "uneven-kerosene.delivery.puppetlabs.net",  
 
 
   "persistence": { "facts": false, "catalog": false },  
 
 
   "environment": "production"  
 
 
 }
  
 
 
 
  Just replace the server fqdn in the endpoint and body and the environment name.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

Jira (PDB-5315) Obtain the new catalog from the server

2021-10-20 Thread Andrei Filipovici (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Filipovici assigned an issue to Andrei Filipovici  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5315  
 
 
  Obtain the new catalog from the server   
 

  
 
 
 
 

 
Change By: 
 Andrei Filipovici  
 
 
Assignee: 
 Andrei Filipovici  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419448.1634111825000.159286.1634726160034%40Atlassian.JIRA.


Jira (PDB-5315) Obtain the new catalog from the server

2021-10-20 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5315  
 
 
  Obtain the new catalog from the server   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 

  
 
 
 
 

 
 The server's catalog API is documented in: [https://puppet.com/docs/puppet/7/server/puppet-api/v4/catalog.html#post-puppetv4catalog] We should generate all the catalogs for an environment.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419448.1634111825000.159135.1634717040092%40Atlassian.JIRA.


Jira (PDB-5315) Obtain the new catalog from the server

2021-10-20 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5315  
 
 
  Obtain the new catalog from the server   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 
 
Acceptance Criteria: 
 CURL commands to compile a catalog  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419448.1634111825000.159133.1634716980026%40Atlassian.JIRA.


Jira (PDB-5315) Obtain the new catalog from the server

2021-10-20 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5315  
 
 
  Obtain the new catalog from the server   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 

  
 
 
 
 

 
 The server's catalog API is documented in: [https://puppet.com/docs/puppet/7/server/puppet-api/v4/catalog.html#post-puppetv4catalog]We should generate all the catalogs for an environment.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419448.1634111825000.159132.1634716920038%40Atlassian.JIRA.


Jira (PDB-5315) Obtain the new catalog from the server

2021-10-13 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5315  
 
 
  Obtain the new catalog from the server   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 
 
Story Points: 
 5  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419448.1634111825000.154004.1634112240111%40Atlassian.JIRA.


Jira (PDB-5315) Obtain the new catalog from the server

2021-10-13 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5315  
 
 
  Obtain the new catalog from the server   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 
 
Summary: 
 Obtain  a  the new  catalog from the server  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419448.1634111825000.154002.1634112180038%40Atlassian.JIRA.