Austin Gebauer
57f7fa9c60
docs: adds enterprise documentation for plugin wif ( #25706 )
...
* docs: adds enterprise documentation for plugin wif
* attempt fix anchor link
* Update website/content/api-docs/secret/identity/tokens.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/api-docs/secret/identity/tokens.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/api-docs/secret/identity/tokens.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/secrets/aws.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* remove API section for plugin WIF
* commas
* move wif out of subsection
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-03-07 19:14:30 -08:00
vinay-gopalan
2dc73f0636
Add documentation for AWS Plugin WIF ( #25398 )
2024-02-21 09:19:43 -08:00
Robert
54bf0807c1
secrets/aws: add support for STS Session Tokens with TOTP ( #23690 )
...
* Add test coverage
* Add session_token field, deprecate security_token
* Undo auth docs
* Update api docs
* Add MFA code support
---------
Co-authored-by: Graham Christensen <graham@grahamc.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
2023-11-08 17:06:28 -06:00
kpcraig
30f19b383f
VAULT-18307: update rotation period for aws static roles on update ( #23528 )
2023-10-11 17:06:58 +00:00
Anton Averchenkov
f4f0412b6a
[docs] Convert titles to sentense case ( #21426 )
...
* Convert documentation titles to sentense case
* Docker, Google, Foundry, Cloud proper case
2023-06-30 19:22:07 -04:00
kpcraig
45b9dffea1
Update aws static credential fields to match dynamic credential fields ( #21017 )
...
* prospective field name change
* doc update
* we can actually update all struct tags here
2023-06-06 14:30:39 -05:00
kpcraig
cc8b856471
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
ram-parameswaran
14eda8a178
Update username template description for AWS ( #19690 )
...
Update username template description for AWS by calling out what DisplayName and PolicyName actually are placeholders for
2023-03-23 19:56:55 -07:00
Ashlee M Boyer
06df5b9d95
docs: Migrate link formats ( #18696 )
...
* Adding check-legacy-links-format workflow
* Adding test-link-rewrites workflow
* Updating docs-content-check-legacy-links-format hash
* Migrating links to new format
Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 16:12:15 -08:00
aphorise
a21e80f612
Docs: API AWS Secrets Formatting ( #16797 )
...
* Docs: API AWS Secrets Formatting
* trigger ci
Co-authored-by: HridoyRoy <roy@hashicorp.com>
2022-08-25 15:11:56 -07:00
Jim Kalafut
61d67d0e73
Replace docs references to PUT with POST ( #14270 )
...
The operations are handled identically, but ~85% of the references were
POST, and having a mix of PUT and POST was a source of questions.
A subsequent commit will update the internal use of "PUT" such as by
the API client and -output-curl-string.
2022-02-25 06:52:24 -08:00
Ashlee M Boyer
36244d314f
Adding empty lines around codeblock in Tab ( #14030 )
...
Only docs changes so I'm admin merging it.
2022-02-14 13:21:23 -05:00
vinay-gopalan
68c12c6e10
[Docs] Add documentation for username_template feature in AWS Secrets Engine ( #12310 )
...
* add username_template docs
* remove backticks
* update default template to be readable
* undo markdown block
* add md block to render indents
2021-08-11 14:51:00 -07:00
Calvin Leung Huang
6eaec2d872
docs: remove username_template until after Vault 1.8 ( #12129 )
2021-07-20 11:46:09 -07:00
vinay-gopalan
1ba440febc
[VAULT-1969] Add support for custom IAM usernames based on templates ( #12066 )
...
* add ability to customize IAM usernames based on templates
* add changelog
* remove unnecessary logs
* patch: add test for readConfig
* patch: add default STS Template
* patch: remove unnecessary if cases
* patch: add regex checks in username test
* patch: update genUsername to return an error instead of warnings
* patch: separate tests for default and custom templates
* patch: return truncate warning from genUsername and trigger a 400 response on errors
* patch: truncate midString to 42 chars in default template
* docs: add new username_template field to aws docs
2021-07-20 09:48:29 -07:00
pjaudiomv
2168d91efb
sts is PUT/POST request ( #11681 )
...
* sts is PUT/POST request
add changelog
* rebase, rm uneeded changelog
2021-06-11 12:58:39 -04:00
Ricardo Cardenas
4c8a8189e4
feat(aws): add ability to provide a role session name when generating STS credentials ( #11345 )
...
* feat(aws): add ability to provide a sessionName to sts credentials
Co-authored-by: Brad Vernon <bvernon@nvidia.com>
Co-authored-by: Jim Kalafut <jim@kalafut.net>
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2021-05-17 11:03:09 -07:00
Bryce Kalow
e27b43c482
feat(website): migrates nav data format and updates docs pages ( #11242 )
...
* migrates nav data format and updates docs pages
* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00
Michael Golowka
6889fc379f
Add Username Templating Concepts page ( #10935 )
2021-02-26 16:04:12 -07:00
Lauren Voswinkel
eece14e7c9
Add IAM tagging support for iam_user roles in AWS secret engine ( #10953 )
...
* Added support for iam_tags for AWS secret roles
This change allows iam_users generated by the secrets engine
to add custom tags in the form of key-value pairs to users
that are created.
2021-02-25 16:03:24 -08:00
Jeff Escalante
179df992c0
Implement MDX Remote ( #10581 )
...
* implement mdx remote
* fix an unfenced code block
* fix partials path
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00