Becca Petrin
b0d1455ea3
add sts_region to aws auth api docs ( #8001 )
2019-12-11 13:45:39 -08:00
Becca Petrin
38262005dc
Kerberos docs ( #7993 )
2019-12-11 11:16:36 -08:00
catsby
66bb372fca
fix website formatting
2019-11-26 17:02:10 -06:00
Yong Wen Chua
e17f82dec1
Add new fields to K8S Auth Documentation ( #7509 )
...
- Added in https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/70
2019-11-26 16:48:30 -06:00
Calvin Leung Huang
6550b9969c
docs: add request_timeout
to config docs for secrets/ad and auth/ldap backends ( #7917 )
2019-11-20 13:30:33 -08:00
Marcus T
d61b425aec
Misc Documentation Fixes ( #7662 )
...
* Update parameter names to match URL placeholders
* Fix incorrect parameter quoting
Without the separated quoting, the entire `ec2_alias (string: "role_id")` string becomes an anchor link.
* Fix default value for userattr
vault/sdk/helper/ldaputil/config.go shows userattr has a default value of "cn"
* Fix default value for url
Documentation says it's required, but vault/sdk/helper/ldaputil/config.go shows that url has a default value.
* Fix default value for url
Documentation says it's required, but vault/sdk/helper/ldaputil/config.go shows that url has a default value.
2019-11-19 16:17:45 -06:00
Jeff Mitchell
f2f984557e
Add ability to renew by accessor ( #7817 )
...
* Add renewing by accessor
* Add accessor renewing test and fix bug
* Update website docs
* Remove extra newline
* Add command-level test
2019-11-08 11:32:01 -05:00
Jim Kalafut
b3d53e4ef2
Fix Azure auth api docs ( #7649 )
...
Fixes #7648
2019-10-14 10:12:45 -07:00
Jim Kalafut
153c4cc80e
Add 1.2+ role parameters back to JWT API docs ( #7544 )
...
This reverts 24c2f8c2ad76, which pulled the parameters while there were
outstanding bugs when using them with JWT auth.
2019-10-01 16:07:52 -07:00
minitux
88da7ecd82
Fix api auth approle documentation ( #7382 )
...
Change policies to token_policies
2019-09-25 13:27:27 -07:00
Becca Petrin
d416b5a838
document role aws auth role name casing ( #7356 )
2019-09-16 11:55:03 -07:00
Jim Kalafut
4859d253d5
Fix Azure auth api docs ( #7446 )
...
Fixes #6793 , #6785
2019-09-06 15:38:12 -07:00
Jim Kalafut
6d4d4b5636
Update docs sidebar for CF and OCI ( #7421 )
2019-09-04 15:31:21 -07:00
Vu Pham
a09d13c54a
Added OCI Auth plugin documentation ( #7284 )
2019-09-04 13:25:08 -07:00
Becca Petrin
64ecf46fb6
rename pcf to cf maintaining backwards compat ( #7346 )
2019-08-26 09:55:08 -07:00
Jim Kalafut
3ce3e40db7
Update role parameters in JWT API docs ( #7328 )
...
This is a temporary revert related to https://github.com/hashicorp/vault-plugin-auth-jwt/issues/66 .
Once that change is in a released Vault, this docs change should be reverted back.
2019-08-16 08:09:15 -07:00
Jim Kalafut
4653861333
Fix PCF API docs field names ( #7302 )
2019-08-12 10:55:23 -07:00
Jim Kalafut
4584c84d79
Add docs for OIDC verbose_oidc_logging ( #7236 )
2019-08-01 14:41:35 -07:00
Becca Petrin
5c9228a021
Fix tag ( #7221 )
...
* fix tag
* Update index.html.md.erb
2019-07-30 15:51:31 -07:00
Jeff Mitchell
fc79848856
Add token helper partial and pull into auth docs ( #7220 )
2019-07-30 15:58:32 -04:00
Brian Shumate
39676b0b74
Update API docs for Create Token — resolves #7053 ( #7056 )
...
- Update sample `payload.json`
- Update sample response
2019-07-05 15:38:37 -07:00
Brian Shumate
c041e7134c
Update Cert Auth Login API docs — resolves #7039 ( #7058 )
...
- Add `--cert` and `--key` options to `curl` example so that it is
clearer that the certificate and key must also be passed in
2019-07-05 15:36:20 -07:00
Jason O'Donnell
20e485a9d3
Add leeway parameters to JWT auth doc ( #6947 )
...
* Add leeway parameters to JWT auth doc
* Clarify leeway doc
* Apply suggestions from code review
Co-Authored-By: Jim Kalafut <jim@kalafut.net>
* Add note about only being applicable to JWT
* Update for negative values
2019-07-01 10:12:53 -04:00
Michel Vocks
2b5aca4300
Token identity support ( #6267 )
...
* Implemented token backend support for identity
* Fixed tests
* Refactored a few checks for the token entity overwrite. Fixed tests.
* Moved entity alias check up so that the entity and entity alias is only created when it has been specified in allowed_entity_aliases list
* go mod vendor
* Added glob pattern
* Optimized allowed entity alias check
* Added test for asterisk only
* Changed to glob pattern anywhere
* Changed response code in case of failure. Changed globbing pattern check. Added docs.
* Added missing token role get parameter. Added more samples
* Fixed failing tests
* Corrected some cosmetical review points
* Changed response code for invalid provided entity alias
* Fixed minor things
* Fixed failing test
2019-07-01 11:39:54 +02:00
Thomas Kula
be998aeeac
Cert auth method examples need to use https ( #6961 )
...
In order to present a client certificate to use the certificate
auth method, you must use https.
2019-06-27 11:04:09 -04:00
Jim Kalafut
4066a1d09c
Correct API docs examples ( #6963 )
2019-06-24 07:39:34 -07:00
Becca Petrin
cd0f2ec5f6
Merge pull request #6913 from hashicorp/pcf-docs
...
PCF documentation
2019-06-20 09:28:06 -07:00
Brian Shumate
630de4d1ae
Switch to simpler 'configured' ( #6892 )
2019-06-20 08:00:12 -07:00
Becca Petrin
35faaef504
update field name to change from pr feedback
2019-06-19 09:54:18 -07:00
Becca Petrin
3fc63eb9d5
add api docs
2019-06-17 16:56:14 -07:00
Becca Petrin
a420b966bb
add docs
2019-06-17 15:00:30 -07:00
Jim Kalafut
8f1eeda737
Fix OIDC API examples ( #6803 )
...
Fixes #6684
2019-05-30 21:50:34 -05:00
Jim Kalafut
826653e7f5
JWKS docs ( #6645 )
2019-05-09 13:32:50 -07:00
Brian Shumate
fb0a55614b
Add type to documentation for create in token auth API ( #6622 )
...
* Add type to documentation for create in token auth API
* Wrapped
2019-04-22 12:15:21 -07:00
Brian Shumate
09aa4c7c15
Typo fixes ( #6610 )
2019-04-18 22:20:46 -07:00
Jim Kalafut
75480642cf
Update JWT docs for bound_claims improvements ( #6559 )
2019-04-12 14:08:02 -07:00
Jim Kalafut
22587672ec
Minor updates to OIDC docs ( #6551 )
2019-04-08 15:08:55 -07:00
Laura Gjerman-Uva
6193d4a0ac
update AWS Auth API docs to show that role_id is the default for ec2_alias and iam_alias (auth/aws/config/identity endpoint) ( #6460 )
2019-03-22 15:09:54 -05:00
Jeff Mitchell
602d1e1a75
Remove response code info from non-overview API docs as it can be misinterpreted and is always the same anyways ( #6459 )
2019-03-22 11:15:37 -05:00
Jeff Mitchell
0794d89d9d
Minor updates to JWT docs
2019-03-22 01:15:59 -04:00
Jim Kalafut
e399d39f0e
Remove beta docs ( #6431 )
2019-03-18 16:38:54 -07:00
Becca Petrin
4cf21cda87
Merge pull request #6221 from emilymye/website
...
Remove unsupported config delete for GCP auth docs
2019-02-28 09:52:52 -08:00
Jim Kalafut
9bac5158cd
Update JWT docs for OIDC feature ( #6270 )
2019-02-21 17:06:23 -08:00
Emily Ye
79c8f05dee
remove unsupported config delete docs
2019-02-12 13:48:30 -08:00
Sean Carolan
58ba07f666
Make this easier for new users ( #6211 )
2019-02-11 17:34:22 -05:00
Brian Shumate
18c8f390f9
Update AppRole API docs ( #6047 )
...
- Use consistent "Create/Update" heading text style
2019-02-04 11:17:16 -05:00
Jeff Mitchell
47accf8086
Add role_id as an alias name source for AWS and change the defaults
2019-01-30 15:51:45 -05:00
Jim Kalafut
0f2fcfb6f1
Update JWT docs with new jwt_supported_algs parameter ( #6069 )
2019-01-17 15:27:20 -08:00
Vishal Nayak
0c30f46587
Add option to configure ec2_alias values ( #5846 )
...
* Add option to configure ec2_alias values
* Doc updates
* Fix overwriting of previous config value
* s/configEntry/config
* Fix formatting
* Address review feedback
* Address review feedback
2019-01-09 18:28:29 -05:00
Becca Petrin
d108843a0a
Merge pull request #5947 from hmalphettes/master
...
Docs: JWT API - List Roles: fix the path
2018-12-20 09:15:57 -08:00