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
Jason O'Donnell
1199a7a9f5
docs: fix typo in CF auth ca maintenance ( #14366 )
2022-03-03 18:25:57 -05:00
Jim Kalafut
75caf59093
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
Theron Voran
a14f19802d
Fix link to Kubernetes 1.21 section ( #13960 )
2022-02-18 16:43:18 -08:00
Calvin Leung Huang
c839fc78d8
auth/ldap: add resp warning if userfilter doesn't consider userattr ( #14095 )
...
* auth/ldap: add resp warning if userfilter doesn't consider userattr
* add changelog entry
2022-02-17 17:19:44 -08:00
Alexander Scheel
1996336481
Update repository links to point to main ( #14112 )
...
* Update repository links to point to main
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Fix broken link in relatedtools.mdx
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2022-02-17 14:30:56 -05:00
Chris Capurso
797f11b0e5
update G Suite to Google Workspace in docs ( #14126 )
...
* update G Suite to Google Workplace in docs
* fix Google Workplace to Workspace typo
2022-02-17 13:01:45 -05:00
Jim Kalafut
0712ef13fc
Allow auto-detection of AWS region when using the vault CLI ( #14051 )
2022-02-14 12:01:27 -08:00
Jason O'Donnell
b686d727a9
docs/azure: add note about identities ( #14020 )
2022-02-11 17:09:35 -05:00
EsbenDalgaard
2489c958f5
Update approle.mdx ( #13967 )
2022-02-09 18:22:10 -05:00
Niklas Wagner
8199437a4b
Fix Environment Variables in Kubernetes config ( #13969 )
...
The Environment Variables seems wrong as you can see:
$ echo "https://$KUBERNETES_SERVICE_HOST:$KUBERNETES_PORT "
https://172.20.0.1:tcp://172.20.0.1:443
2022-02-09 11:16:33 -08:00
Austin Gebauer
5804da7490
auth/okta: documentation improvements ( #13944 )
2022-02-08 09:21:19 -08:00
Tom Proctor
fce9c92c5b
Update k8s auth long-lived token instructions ( #13852 )
2022-01-31 23:16:01 +00:00
Austin Gebauer
17b2e0d259
auth/oidc: Documentation updates for Azure AD applications ( #13819 )
2022-01-28 08:34:36 -08:00
Tero Saarni
e2b17ca96b
auth/kubernetes: support for dynamically reloading short-lived tokens ( #13595 )
...
* auth/kubernetes: support for short-lived tokens
* Uplift new version of Kubernetes auth plugin that does not store the
service account token persistently to Vault storage.
* Update the documentation to recommend local token again when running
Vault inside cluster.
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
* Added changelog entry
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
* clarification to changelog entry, executed go mod tidy
* clarifications and added targeted release version
2022-01-14 19:55:15 -08:00
Austin Gebauer
691e440fac
auth/azure: Documents config env vars and fixes resource used in examples ( #13641 )
2022-01-13 10:41:40 -08:00
Jason O'Donnell
1cc5e8d44d
docs: fix typo in azure auth debug log mode ( #13593 )
2022-01-07 11:33:53 -05:00
mickael-hc
82e6f2bbd2
docs: update GitHub auth method docs and security model ( #13572 )
...
Provide changes based on recent audit feedback: describe risks of third party authentication systems and plugins.
2022-01-05 09:23:55 -08:00
VAL
ee5f26e18f
Update example code links, remove unneeded comments ( #13491 )
2021-12-22 09:33:12 -08:00
Jason O'Donnell
9674a75a4d
auth/azure: add note about debug env ( #13405 )
...
* auth/azure: add note about debug env
* Update azure.mdx
* Update azure.mdx
2021-12-13 14:16:45 -05:00
Tom Proctor
be07a202d9
Docs to clarify k8s auth options with short-lived tokens ( #13275 )
...
* Rework 1.21 content into one heading and add note at top
* Add notes about extended k8s token duration
* Add example of ClusterRoleBinding for using client JWTs
2021-12-08 18:20:24 +00:00
Gary Frederick
9622e36b82
Docs deprecate token issuer validation ( #13019 )
...
* change default vaule for disable_iss_validation to be true
* mark as deprecated | remove issuer from sample
* deprecation section
* additional informaiton about when fields will be removed
* additional deprecation note under csi provider
* punctuation
* make the deprecation note more noticable
* missing issuer sentence | remove whitespace
* Update website/content/docs/platform/k8s/csi/index.mdx
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
* cleanup
* additional deprecation comments
* fix discovery link
* highlight
* no need to configure the issuer
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
2021-11-18 15:16:54 -08:00
John-Michael Faircloth
73d3204b8f
OIDC: add note on PKCE support for code flow ( #13206 )
...
* OIDC: add note on PKCE support for code flow
* add changelog
* remove changelong
2021-11-18 13:46:34 -06:00
VAL
f6d8904540
Use new auth modules + Login method in Go client docs ( #13189 )
2021-11-17 11:52:38 -08:00
Loann Le
a6432ca770
added new code samples ( #13030 )
2021-11-03 10:10:28 -07:00
Guillaume
b9b7f5a9a3
Added support for a LDAP user search filter. Documentation, tests and UI included ( #11000 )
2021-10-26 10:39:12 -07:00
Daniel Kimsey
f9100dfb42
Add documentation for vault-plugin-auth-jwt skip_browser CLI option ( #12833 )
2021-10-19 15:55:24 -07:00
Loann Le
964a0f3b15
Vault documentation: added new code sample to Kubernetes documentation ( #12774 )
...
* added new code sample for k8s auth
* Update kubernetes.mdx
removed spacing
2021-10-08 14:57:53 -07:00
Loann Le
833b51dbba
Documentation: added new c# code samples to Vault documentation ( #12769 )
...
* added new code sample for C-sharp
* Update aws.mdx
Removed extra spacing
* added more code samples
* Update gcp.mdx
removed spacing
* Update aws.mdx
remove spacing
2021-10-08 08:54:26 -07:00
Francisco Navarro Morales
5bff0d5fc3
Fix typo in command ( #12619 )
...
Add missing space after `cut -d`
2021-09-27 12:37:03 -07:00
Yoko Hyakuna
8a122201bc
Add code snippet to demonstrate GCP auth in Go ( #12578 )
...
* Add code snippet to demonstrate GCP auth in Go
* Fix a grammatical error
2021-09-17 20:51:07 -07:00
Theron Voran
ed1088d81c
docs: k8s auth issuer lookup ( #12506 )
...
Moved the issuer discovery details to from the CSI docs to the K8s
auth docs.
2021-09-09 08:39:21 -07:00
mickael-hc
d2310302a1
docs: provide clarifications for github auth method and ssh secrets engine ( #12495 )
...
* Clarify that any org GitHub user token can be used
* Clarify ssh secrets allowed_extensions behaviors
2021-09-08 10:55:35 -05:00
Yoko Hyakuna
7cfbc0350d
[Docs] Add code example ( #12302 )
...
* Experiment adding code example
* Add Go code snippet
* Minor updates to the brief description
* Add a note to reference 'Code Example'
* Fix the title
* Add a callout note up front
2021-08-12 12:53:15 -07:00
Austin Gebauer
bf086e8dc6
auth/oidc: documents redirect URI for UI login with form_post response_mode ( #12273 )
2021-08-05 15:13:33 -07:00
moayadi
6ead26183b
login instructions not correct ( #11698 )
...
vault login -path=radius username=sethvargo should be changed to -method, not -path
2021-06-14 11:09:47 -04:00
Philip Jay
59a2ae9c20
Include note about ManageOwnAccessKeys
stanza ( #11734 )
...
It's optional. Make that clear.
2021-06-11 12:03:21 -04:00
Austin Gebauer
872a4bd25f
Update GCP auth docs for signJwt transition to Service Account Credentials API ( #11568 )
2021-05-11 16:57:12 -07:00
Zachary Shilton
3fad03e9ff
website: support hidden pages in nav-data ( #11528 )
...
* website: bump to docs-page prerelease, support hidden pages
* website: switch to hidden pages approach for docs and api-docs
* website: remove temporary fix for hidden pages, and related check
* website: fix content structure issue with docs/auth/jwt
* website: bump to latest pre-release
* website: bump to stable docs-page, w next-mdx-remote bump
* website: bump to latest markdown-page
2021-05-06 13:32:25 -04:00
Austin Gebauer
81744c4094
Updates docs for G Suite config in JWT/OIDC auth method ( #11418 )
2021-04-21 10:59:37 -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
Jim Kalafut
a9dfaeb765
Update AWS Auth docs for deprecated terms and endpoints ( #11146 )
2021-03-22 14:15:19 -07:00
Jim Kalafut
7e54bc15c2
Add TOTP support to Okta Auth ( #10942 )
2021-02-21 21:18:17 -08:00
Rosemary Wang
a48db957ca
docs: Update Azure AD OIDC documentation ( #10853 )
...
Addresses #8191 with clearer external groups configuration.
2021-02-12 17:28:00 -08:00
Jim
7cb100e9a7
Update kubernetes.mdx ( #10871 )
...
Add suggestion to validate K8S cluster address and TCP port using cluster-info command and update sample config (line 77) to prompt for validation. Feedback from prospect was that doc is misleading since our sample uses TCP 8443.
2021-02-09 14:50:31 -05:00
Calvin Leung Huang
b1c4b86d7f
approle: add ttl to the secret ID generation response ( #10826 )
...
* approle: add ttl to the secret ID generation response
* approle: move TTL derivation into helper func
* changelog: add changelog entry
* docs: update approle docs and api-docs pages
2021-02-03 16:32:16 -08:00
Jim Kalafut
9064097c5d
Make example Okta creds more obviously fake ( #10639 )
2021-01-06 10:05:23 -08: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