Max Winslow
dbbdd33c63
Change headings to h2 ( #19402 )
2023-03-07 15:48:51 -08:00
Max Winslow
c44f94d7ff
update entity-alias doc fix ( #19435 )
2023-03-03 08:16:26 -08:00
Max Winslow
109fbe06bb
change verbiage for lookup group and entity ( #19406 )
2023-02-28 12:40:38 -08:00
Hamid Ghaf
6a8716ac18
docs for named login MFA ( #18833 )
...
* docs for named login MFA
* feedback
2023-02-01 10:30:14 -05:00
Ashlee M Boyer
f3df55ad58
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
Bryce Kalow
dfc3ad015a
website: content updates for developer ( #17035 )
...
* Chore (dev portal): update learn nav data links (#15515 )
* Update docs-nav-data.json
* Update docs-nav-data.json
* website: fixes internal redirects (#15750 )
* chore: remove duplicate overview item (#15805 )
* Use `badge` for `<sup>` tags in nav data JSON files (#15928 )
* Replacing <sup> tags with badge
* Adding type and color to badges
* fix broken links in vault docs (#15976 )
* website: Update old learn links to redirect locations (#16047 )
* update previews to render developer UI
* update redirects
* adjust content so it is backwards compat
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
2022-09-22 08:11:04 -07:00
Violet Hynes
398d51bb3d
VAULT-6818 Docs for entity merge functionality ( #16593 )
...
* VAULT-6818 Docs for entity merge functionality
* VAULT-6818 Elaborate more on what happens to non-kept aliases
2022-08-10 09:10:10 -04:00
Austin Gebauer
e72b7a8938
identity/oidc: minor fixes to the API documentation ( #16638 )
2022-08-09 08:09:37 -07:00
Austin Gebauer
59831a8d5c
identity/oidc: adds client_secret_post token endpoint authentication method ( #16598 )
...
* identity/oidc: adds client_secret_post token endpoint authentication method
* fix test
* adds changelog
2022-08-08 08:41:09 -07:00
Austin Gebauer
67339b71e8
identity/oidc: fixes validation of the request and request_uri parameters ( #16600 )
...
* identity/oidc: add request_parameter_supported to discovery document
* adds changelog
2022-08-05 11:55:15 -07:00
Austin Gebauer
a2bc8cfb96
identity/oidc: change the state parameter to optional ( #16599 )
...
* identity/oidc: change the state parameter to optional
* adds changelog
* update docs
2022-08-05 11:37:24 -07:00
Austin Gebauer
e2d3846a25
identity/oidc: adds detailed listing capability for clients and providers ( #16567 )
...
* identity/oidc: adds detailed listing capability for clients and providers
* change approach to use ListResponseWithInfo
* adds changelog
2022-08-04 10:10:28 -07:00
TheHussky
22b01bcd01
Fix last sample request ( #16509 )
...
Add a missing \
2022-08-01 14:09:12 -04:00
Austin Gebauer
b3f138679c
identity/oidc: allow filtering the list providers response by an allowed_client_id ( #16181 )
...
* identity/oidc: allow filtering the list providers response by an allowed_client_id
* adds changelog
* adds api documentation
* use identity store view in list provider test
2022-07-28 09:47:53 -07:00
Violet Hynes
c1e2d9c062
VAULT-6091 Document Duration Format String ( #15920 )
...
* VAULT-6091 Document duration format
* VAULT-6091 Document duration format
* VAULT-6091 Update wording
* VAULT-6091 Update to duration format string, replace everywhere I've found so far
* VAULT-6091 Add the word 'string' to the nav bar
* VAULT-6091 fix link
* VAULT-6091 fix link
* VAULT-6091 Fix time/string, add another reference
* VAULT-6091 add some misses for references to this format
2022-06-13 08:51:07 -04:00
Hamid Ghaf
66c6de50a7
Username format login mfa ( #15363 )
...
* change username_template to username_format for login MFA
* fixing a test
* Update website/content/docs/auth/login-mfa/faq.mdx
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2022-05-17 16:31:50 -04:00
Hamid Ghaf
a1d73ddfec
VAULT-5422: Add rate limit for TOTP passcode attempts ( #14864 )
...
* VAULT-5422: Add rate limit for TOTP passcode attempts
* fixing the docs
* CL
* feedback
* Additional info in doc
* rate limit is done per entity per methodID
* refactoring a test
* rate limit OSS work for policy MFA
* adding max_validation_attempts to TOTP config
* feedback
* checking for non-nil reference
2022-04-14 13:48:24 -04:00
Josh Black
0e7c1257f4
remove mount_accessor from the docs ( #14927 )
2022-04-05 18:25:18 -07:00
Austin Gebauer
858efb9b3b
identity/oidc: updates documentation for PKCE, client types, and default resources ( #14636 )
...
* identity/oidc: updates documentation for PKCE, client types, and default resources
* Update website/content/docs/concepts/oidc-provider.mdx
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
* Update website/content/docs/secrets/identity/oidc-provider.mdx
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
* Adds note to upgrade guide
* Update website/content/api-docs/secret/identity/oidc-provider.mdx
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
* Update website/content/docs/concepts/oidc-provider.mdx
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
* list default key details
* stronger emphasis in upgrade guide
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2022-03-23 10:22:57 -07:00
hghaf099
b358bd6ffa
remove mount accessor from MFA config ( #14406 )
...
* remove mount accessor from MFA config
* Update login_mfa_duo_test.go
* DUO test with entity templating
* using identitytpl.PopulateString to perform templating
* minor refactoring
* fixing fmt failures in CI
* change username format to username template
* fixing username_template example
2022-03-09 09:14:30 -08:00
hghaf099
0bf9a38b36
Login MFA docs ( #14317 )
...
* MFA config docs
* correcting some issues
* feedback
* add a note about deleting methods
* Login MFA docs
* rename and mdx
* adding missing docs nav data
* some fixes
* interactive login request
* Apply suggestions from code review
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
* feedback
* feedback
* Apply suggestions from code review
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com>
* feedback on mount accessor
* Apply suggestions from code review
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update login-mfa.mdx
Co-authored-by: Josh Black <raskchanky@gmail.com>
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-03-07 16:26:00 -05:00
Josh Black
cbfd2353c6
MFA docs for config endpoints ( #14302 )
2022-03-07 11:44:15 -08:00
Jack Halford
3b6053f951
Update entity-alias.mdx ( #11629 )
...
* Update entity-alias.mdx
it was not clear for approle what the name should be the approle name or the role_id.
* Update website/content/api-docs/secret/identity/entity-alias.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2021-12-20 15:05:34 -05:00
akshya96
3c6f68f9c4
Docs/custom metadata updates ( #13244 )
...
* adding custom_metadata read and update changes
* adding custom metadata changes
2021-11-23 09:40:44 -08:00
Austin Gebauer
d5f4fbecc1
identity/oidc: optional nonce parameter for authorize request ( #13231 )
2021-11-22 09:42:22 -08:00
John-Michael Faircloth
fde5bb2e72
Docs: OIDC flow endpoints ( #12942 )
...
* add docs for OIDC provider and scopes
* fix json formatting
* add oidc docs path to nav data
* create provider with scope
* update client ids description
* update provider and scope docs
* add issuer string additional docs info
* OIDC: docs for oidc flow endpoints
* fix formatting and wording
* improve headings, formatting; fix wording
Co-authored-by: Vinay Gopalan <vinay@hashicorp.com>
2021-11-04 16:03:56 -05:00
akshya96
8b89a14f13
Local auth mount documentation ( #12970 )
...
* adding documentation changes
* adding requested changes
* adding suggested changes
2021-11-02 13:23:29 -07:00
vinay-gopalan
ebb904031f
[VAULT-3969] Document CRUD APIs for OIDC client and assignment ( #12939 )
2021-11-02 11:01:28 -07:00
vinay-gopalan
cacc2d00bd
[VAULT-3967] Document CRUD APIs for OIDC provider and scope ( #12924 )
2021-10-28 10:33:51 -07:00
Matt Greenfield
8577602395
Fix entity group associations ( #10085 )
...
- When two entities are merged, remove the from entity ID in any
associated groups.
- When two entities are merged, also merge their associated group
memberships.
Fixes #10084
2021-10-01 10:22:52 -04:00
Ben Ash
b48debda2b
fix: upgrade vault-plugin-auth-kubernetes ( #12633 )
...
* fix: upgrade vault-plugin-auth-kubernetes
- brings in the alias_name_source feature which allows for setting
alternate alias names based on the service accounts's namespace and
name
- document the seurity related aspects for the feature addition above.
2021-09-27 13:10:55 -04:00
John-Michael Faircloth
22c9be3835
identity: fix identity token introspect doc ( #12531 )
2021-09-10 11:41:32 -05:00
Nick Cabatoff
8154cd2e4a
Add notes re dangers of identity write endpoints. ( #12365 )
2021-08-30 10:23:33 -04:00
Austin Gebauer
920b75540e
docs: corrects json and issuer for identity tokens ( #11924 )
2021-06-23 09:04:23 -07:00
Bryce Kalow
b76a56d40c
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
Mark Gritter
3ec15c4927
Fix use of identity/group endpoint to edit group by name ( #10812 )
...
* Updates identity/group to allow updating a group by name (#10223 )
* Now that lookup by name is outside handleGroupUpdateCommon, do not
use the second name lookup as the object to update.
* Added changelog.
Co-authored-by: dr-db <25711615+dr-db@users.noreply.github.com>
2021-01-29 16:50:08 -06:00
Jeff Escalante
ec620a7765
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