open-vault/builtin/logical/aws
kpcraig 628c51516a
VAULT-12226: Add Static Roles to the AWS plugin (#20536)
Add static roles to the aws secrets engine

---------

Co-authored-by: maxcoulombe <max.coulombe@hashicorp.com>
Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-05-24 14:55:13 -04:00
..
cmd/aws
backend.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
backend_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
client.go
iam_policies.go
iam_policies_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
path_config_lease.go openapi: Add display attributes for AWS (#19366) 2023-04-06 11:08:30 -04:00
path_config_root.go openapi: Add display attributes for AWS (#19366) 2023-04-06 11:08:30 -04:00
path_config_root_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
path_config_rotate_root.go openapi: Add display attributes for AWS (#19366) 2023-04-06 11:08:30 -04:00
path_roles.go secrets/aws: fix role field description (#20686) 2023-05-19 18:33:18 +00:00
path_roles_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
path_static_creds.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
path_static_creds_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
path_static_roles.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
path_static_roles_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
path_user.go openapi: A few fixes for display attributes (#20549) 2023-05-11 17:20:11 -04:00
rollback.go
rotation.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
rotation_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
secret_access_keys.go Revert changes to STS leases but keep the ttl field (#20034) 2023-04-13 15:02:39 -05:00
secret_access_keys_test.go VAULT-12226: Add Static Roles to the AWS plugin (#20536) 2023-05-24 14:55:13 -04:00
stepwise_test.go