Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support STS role configuration for AWS auth backend. #22

Merged
merged 5 commits into from
Oct 12, 2017

Conversation

paddycarver
Copy link
Contributor

@paddycarver paddycarver commented Oct 5, 2017

Add a vault_aws_auth_backend_sts_role resource that configures STS roles
for the AWS auth backend of a Vault server.

Add a vault_aws_auth_backend_sts_role resource that configures STS roles
for the AWS auth backend of a Vault server.

Note that this is a WIP and needs tests and docs still.
@paddycarver paddycarver changed the title [WIP] Support STS role configuration for AWS auth backend. Support STS role configuration for AWS auth backend. Oct 8, 2017
resource "vault_aws_auth_backend_sts_role" "role" {
backend = "${vault_auth_backend.aws.path}"
account_id = "1234567890"
sts_role = "arn:aws:iam::1234567890:role/my-role"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like there's some space/tab mixing going on here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mortal nemesis.

@paddycarver paddycarver merged commit b1dce48 into master Oct 12, 2017
@tyrannosaurus-becks tyrannosaurus-becks deleted the paddy_aws_auth_sts_role branch February 16, 2019 00:20
dandandy pushed a commit to dandandy/terraform-provider-vault that referenced this pull request Jun 17, 2021
…th_sts_role

Support STS role configuration for AWS auth backend.
benashz added a commit that referenced this pull request May 25, 2022
Resolves Dependabot alert #22
benashz added a commit that referenced this pull request May 25, 2022
marcboudreau pushed a commit to marcboudreau/terraform-provider-vault that referenced this pull request Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants