You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUSINESS PROBLEM
While using the ssh_ca role form the collection when you execute it for the first time passing the credentials to get the public key CA and the principals it returns public key CA in a file and the principals are sent to the standard output in JSON format (ssh_ca_principals key), however when it is executed again and the key is already present in the system the role would not try to retrieve the principals again from TPP resulting in the ssh_ca_principals key in the JSON being null, e.g.
PROPOSED SOLUTION
Provide the principals either in a file stored in the ansible machine or connect to TPP whenever the ssh_ca role is executed and get the list of principals each time.
CURRENT ALTERNATIVES
Only executing the playbook the first time and if there is any change on the principals updating the principals manually.
VENAFI EXPERIENCE
I've been using Venafi's products for almost a year, so far a great experience, I use them everyday 👍
The text was updated successfully, but these errors were encountered:
BUSINESS PROBLEM
While using the ssh_ca role form the collection when you execute it for the first time passing the credentials to get the public key CA and the principals it returns public key CA in a file and the principals are sent to the standard output in JSON format (ssh_ca_principals key), however when it is executed again and the key is already present in the system the role would not try to retrieve the principals again from TPP resulting in the ssh_ca_principals key in the JSON being null, e.g.
PROPOSED SOLUTION
Provide the principals either in a file stored in the ansible machine or connect to TPP whenever the ssh_ca role is executed and get the list of principals each time.
CURRENT ALTERNATIVES
Only executing the playbook the first time and if there is any change on the principals updating the principals manually.
VENAFI EXPERIENCE
I've been using Venafi's products for almost a year, so far a great experience, I use them everyday 👍
The text was updated successfully, but these errors were encountered: