-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
AWS secrets engine generating session tokens #23690
Commits on Oct 12, 2023
-
AWS Secret Engine: Support Session Tokens
Sometimes people will give you an AWS access key and secret and not be interested in setting up a better approach for key exchange. In cases like this, options are limited for distributing access to the key material. However, AWS's STS GetSessionToken can be used to general ephemeral credentials "underneath" that token. This at least limits the spread of that root key, and the duration of its users' access. It should almost definitely not be used for other use cases, since it does not limit behavior on an otherwise probably administrative key. Closes #12734
Configuration menu - View commit details
-
Copy full SHA for 20dd50f - Browse repository at this point
Copy the full SHA 20dd50fView commit details -
Add a test for SessionTokens, untested: I couldn't get any of the tes…
…ts to pass locally.
Configuration menu - View commit details
-
Copy full SHA for 0426428 - Browse repository at this point
Copy the full SHA 0426428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a99ed - Browse repository at this point
Copy the full SHA 65a99edView commit details -
Configuration menu - View commit details
-
Copy full SHA for db4c53e - Browse repository at this point
Copy the full SHA db4c53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e3769 - Browse repository at this point
Copy the full SHA 72e3769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4afd5 - Browse repository at this point
Copy the full SHA 1a4afd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c4199 - Browse repository at this point
Copy the full SHA 57c4199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6e24e - Browse repository at this point
Copy the full SHA 3f6e24eView commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c8ef89 - Browse repository at this point
Copy the full SHA 4c8ef89View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bc9bf0 - Browse repository at this point
Copy the full SHA 1bc9bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c491b92 - Browse repository at this point
Copy the full SHA c491b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b24ec - Browse repository at this point
Copy the full SHA a8b24ecView commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8ba1a7 - Browse repository at this point
Copy the full SHA d8ba1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1051683 - Browse repository at this point
Copy the full SHA 1051683View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676ed91 - Browse repository at this point
Copy the full SHA 676ed91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a84fec9 - Browse repository at this point
Copy the full SHA a84fec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24957d0 - Browse repository at this point
Copy the full SHA 24957d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f317c98 - Browse repository at this point
Copy the full SHA f317c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f5ca35 - Browse repository at this point
Copy the full SHA 1f5ca35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fdb5d4 - Browse repository at this point
Copy the full SHA 7fdb5d4View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69e5059 - Browse repository at this point
Copy the full SHA 69e5059View commit details
Commits on Oct 19, 2023
-
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ad5b85 - Browse repository at this point
Copy the full SHA 7ad5b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada5c08 - Browse repository at this point
Copy the full SHA ada5c08View commit details
Commits on Oct 20, 2023
-
Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eec27c9 - Browse repository at this point
Copy the full SHA eec27c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c10b2 - Browse repository at this point
Copy the full SHA 04c10b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2d59d - Browse repository at this point
Copy the full SHA 0a2d59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b32e11 - Browse repository at this point
Copy the full SHA 7b32e11View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7489461 - Browse repository at this point
Copy the full SHA 7489461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb2593 - Browse repository at this point
Copy the full SHA 0eb2593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0dbc4 - Browse repository at this point
Copy the full SHA 3b0dbc4View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6d9f23 - Browse repository at this point
Copy the full SHA a6d9f23View commit details
Commits on Nov 4, 2023
-
Update builtin/logical/aws/secret_access_keys.go
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de36e92 - Browse repository at this point
Copy the full SHA de36e92View commit details -
Update builtin/logical/aws/path_roles.go
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc21967 - Browse repository at this point
Copy the full SHA cc21967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653dc8f - Browse repository at this point
Copy the full SHA 653dc8fView commit details