Kevin Brown
Kevin Brown
@goyalya, did you address the actual issue, which is that while using the multi user strategy the following can happen? 1. Initial user is created 2. Rotation occurs, second user...
It seems like it'd be pretty easy to copy permissions when a rotation happens so that the application doesn't have to depend on the (undocumented as far as I know)...
Ok, in our application when we grant permissions in migrations we grant them to both `user` and `user_clone`, so if that's the recommended approach, then I agree, we're done here....
I'm hitting this issue as well. I'm naive in regards to this codebase, but it seems like we might be able to fix this by making `type` match whatever string...
### hosts ``` [lgr] devnet ``` ### group_vars/all.yml ``` # Infrastructure related group variables ## Exact path to the TF binary on your local machine terraform_location: "/usr/local/bin/terraform" ## Name of...