Joshua Coady

Results 8 comments of Joshua Coady

I have 2 issues with this plugin: 1. unmasked output of secrets 2. doesnt export `AWS_SESSION_TOKEN` when the role is set in the credentials Both are solved by using `withCredentials`...

Ultimately, the reason there is no good solution is because the requested feature is more of a workaround and does not actually address the real issue -- if you want...

If you enable logging to file, it would allow doing some other interesting things, like logging to AWS CloudWatch Logs. Because if you log to file, you can set on...

@thejoshsmith sorry to be a bother but any news on this?

@thejoshsmith any news on this? I could give it a test, but I need it to be compatible with Craft v3.5

@MoritzLost it's a bit of a pain, but what we've done while awaiting project config support is implement any changes in a migration. Rather than worry about updating, we've taken...

We have the same issue, using Quantcast/InMobi Choice for our consent management platform. Same stack traces as Warren posted above. Due to this we cannot test a number of mission...

In further testing, the same thing happens with a random_password resource: ``` master_password = random_password.db_password.result ... resource "random_password" "db_password" { length = 100 special = false } ```