Jeremy McJunkin

Results 4 comments of Jeremy McJunkin
trafficstars

Yes, the access key starts with `AKIA`. I created a new access key via terraform with ``` resource "aws_iam_access_key" "boundary_aws_host_plugin_blue" { user = aws_iam_user.boundary_aws_host_plugin.name } ``` And then updated the...

I recently upgraded my controller and cli to version 0.18 and am still running into the issue ``` $ boundary host-catalogs create plugin -token=env://BOUNDARY_TOKEN -scope-id $PROJECT_ID -plugin-name aws -attr disable_credential_rotation=true...

I was able to resolve this by upgrading boundary to the latest version, 0.18.1. I was also able to get the `role_arn` working so we could get rid of the...

I am running into the same issue. I can login through the web console as well as with the argocd cli.