How to provide access to multiple namesapaces using Ansible
14 views
Skip to first unread message
Sonali Sarade
unread,
Jul 10, 2023, 8:00:37 AM7/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Hi All,
I'm trying to do SSH in to linux machchin using ansible and authentication method is using vault CA. I've completed this step but now I'm trying to know how to provide a accees to multiple vault namespaces with the common token using Ansible. Here we want vault to generate this dynamic token for all namesapces when we sent public key to get signed from vault.
Please sugest any solution or do share useful links for reference.