Graham Davison
Graham Davison
Hi @tonglil I'm not clear, but it sounds from your description like you had `session_name` set but did not have `role_arn` set, is that correct? If you're not assuming a...
fix: no longer require ExactlyOneOf web_identity_token or web_identity_token_file in provider config
Thanks for the PR, @derekheld > Could I get some clarification on what acceptance tests I would need to run for this change? It looks like we don't have any...
fix: no longer require ExactlyOneOf web_identity_token or web_identity_token_file in provider config
> I apologize, this is not just my first time contributing to this project but also my first time doing any development in Go. A lot of learning for me...
@wiegandf does the following not work? If not, that's a bug ```terraform resource "aws_s3_bucket" "b" { bucket = "my-tf-test-bucket" } resource "aws_s3_bucket_ownership_controls" "b" { bucket = aws_s3_bucket.b.bucket rule { object_ownership...
@manobi this should actually work, since the AWS SDK for Go handles the environment variables. I've created a branch that (re-)enables API request logging for the authentication flow at https://github.com/hashicorp/terraform/tree/s3/log-base....
The logging update should be released in `v1.6.0-beta2`
Hi @manobi, `v1.6.0-beta3` is now on Dockerhub
Hi @manobi. Now that v1.6 has been released, are you still seeing this problem? If so, can you please share your backend configuration and a debug log generated by setting...
Hi @RanVaknin. I haven't had a chance to check this out. I assume that @tmccombs has asked to keep this open because this issue relates to an issue that he...
Hi @RanVaknin. The sample code doesn't work when retrieving credentials from a shared config file, even without the FIPS setting and custom endpoint. The STS client makes two requests to...