Roxyrob
Roxyrob
SSH Secret Engine and particularly SSH Certificate support would be very helpful, any news ?
As **workaround** I find a working solution using this configuration: (**.aws/config**) [default] [profile deployer] mfa_serial=arn:aws:iam::account_id:mfa/deployer (**.aws/credentials**) ### leave this empty (aws-vault and script below will inject sts temporary creds) [deployer_sts]...
Hi @dj-wasabi, As you I also think ansible tags are very hard to manage and often counterintuitive, but still useful and powerful. Tags will work differently under import vs include...
A Project can be divided into multiple tfstate (different directories for different purpose), continuing to be a single project (for this terraform ). I think the script read backend.tf to...
I think It is the same. Before you can pull terraform state, you need to know where the state is and how to have access to it. If not on...
I think that line can be tied to this pheraps: #385 but `root_rotation_statements` does not deal directly with credentials rotation as that is another task. `root_rotation_statements` in `hashivault_db_secret_engine_config` allow only...
Hi @TerryHowe, this issue is about `hashivault_auth_ldap` not `hashivault_write`, I'm missing something ?
Hi @TerryHowe, my bad for password not set issue, found wrong bind password paramiter name (i erroneously named `bindpass` instead of `bind_pass`). Idempotency issue is still present.
> I would suspect https://github.com/TerryHowe/ansible-modules-hashivault/blob/main/ansible/modules/hashivault/hashivault_approle_role.py#L169 I see that token_policies defaults to [] and maybe that is transformed to None. Need a higher logging level maybe to see more. Not sure...
Hi @TerryHowe, do you know devel/debug python tools usable "without GUI" on Linux ? What tools you are using for hashivault devel/debug ? This can speed up my python/ansible devel...