This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vault-sidekick/tests/demo-iam-policy.json
Rohith feff72415a - fixed up the renewal and revoking of secrets
- shifting between states for the resources
- added the default behavior to stop renewing a sereat and instead retrieving a new lease
- added the revoking method
;
2015-09-18 17:18:17 +01:00

9 lines
158 B
JSON

{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": "s3:Get*",
"Resource": "arn:aws:s3:::dev-ceph-backups-eu-west-1"
}
}