Austin Gebauer
278fba895a
auth/azure: Documents config env vars and fixes resource used in examples ( #13641 )
2022-01-13 10:41:40 -08:00
Jason O'Donnell
ade75b6cca
docs: fix typo in azure auth debug log mode ( #13593 )
2022-01-07 11:33:53 -05:00
mickael-hc
7353573d9a
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
c1495da531
Update example code links, remove unneeded comments ( #13491 )
2021-12-22 09:33:12 -08:00
Jason O'Donnell
28258ac72a
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
cb8fdcf26b
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
bd09f70fa2
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
1804ac1efd
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
8ee5aba343
Use new auth modules + Login method in Go client docs ( #13189 )
2021-11-17 11:52:38 -08:00
Loann Le
195863b26f
added new code samples ( #13030 )
2021-11-03 10:10:28 -07:00
Guillaume
4cc2673651
Added support for a LDAP user search filter. Documentation, tests and UI included ( #11000 )
2021-10-26 10:39:12 -07:00
Daniel Kimsey
cf7dbb2978
Add documentation for vault-plugin-auth-jwt skip_browser CLI option ( #12833 )
2021-10-19 15:55:24 -07:00
Loann Le
818502bc83
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
b23af15b42
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
939e9eeab2
Fix typo in command ( #12619 )
...
Add missing space after `cut -d`
2021-09-27 12:37:03 -07:00
Yoko Hyakuna
3f58f7c861
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
52ff9e0fda
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
6da5bce9a0
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
35d4fa3f9f
[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
5cb6e63187
auth/oidc: documents redirect URI for UI login with form_post response_mode ( #12273 )
2021-08-05 15:13:33 -07:00
moayadi
f24eb8f3d8
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
3a333b9902
Include note about ManageOwnAccessKeys
stanza ( #11734 )
...
It's optional. Make that clear.
2021-06-11 12:03:21 -04:00
Austin Gebauer
98db3a089f
Update GCP auth docs for signJwt transition to Service Account Credentials API ( #11568 )
2021-05-11 16:57:12 -07:00
Zachary Shilton
f7d526c0e6
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
be57d94ea5
Updates docs for G Suite config in JWT/OIDC auth method ( #11418 )
2021-04-21 10:59:37 -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
Jim Kalafut
04238cb65c
Update AWS Auth docs for deprecated terms and endpoints ( #11146 )
2021-03-22 14:15:19 -07:00
Jim Kalafut
0f0e3feb6a
Add TOTP support to Okta Auth ( #10942 )
2021-02-21 21:18:17 -08:00
Rosemary Wang
abfc7a8445
docs: Update Azure AD OIDC documentation ( #10853 )
...
Addresses #8191 with clearer external groups configuration.
2021-02-12 17:28:00 -08:00
Jim
d036a0cc3b
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
298b9cde2f
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
adc48f54d6
Make example Okta creds more obviously fake ( #10639 )
2021-01-06 10:05:23 -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