Brian Scholer
Brian Scholer
Looks like you've got one sanity nit in there, I recommend setting your editor to trim trailing whitespace, insert final newline (single), and trim final newlines (these are roughly the...
Hi @chris93111 , are you still interested in pursuing this? I wanted to let you know that [version 3.0.0](https://github.com/ansible-collections/community.hashi_vault/milestone/15) of the collection will be released in the coming weeks, with...
> hello @briantist Yes of course! I need to look at the important changes brought by the non support of 2.9 and 2.10 I also have to look at the...
@chris93111 I'm not sure what happened with https://github.com/ansible-collections/community.hashi_vault/pull/220/commits/d49061d98741c7d03453797e17285bf51e2321b5 but the test results don't look right; it seems like perhaps some changes from `main` are missing.
Hi @levonet , thanks and welcome! Could you clarify whether you're looking for support for [client cert verification](https://www.vaultproject.io/docs/configuration/listener/tcp#tls_require_and_verify_client_cert) on the vault server listener, or the [cert auth method](https://www.vaultproject.io/docs/auth/cert)?
`tls_client_ca` is the CA cert used to determine is a presented client cert is valid. `tls_cert_file` and `tls_key_file` are not related to client cert validation, I think. They are the...
AWX may have a legitimate security concern, but they could help mitigate this issue by having an allow-list and/or block-list for specific variables that are allowed.
@gundalow curious why we would move discussion into IRC/matrix instead of having it here?
I think that there's no downside to adding a machine-readable header for discovering license information, so we should probably encourage or at least allow it. I'd be fine with combining...
Oh and as a practical matter I wanted to call out the relatively new availability of git-blame-ignore-revs support on GitHub: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view Change the headers in nearly every file in a...