Commit Graph

159 Commits

Author SHA1 Message Date
catsby
3ffc0cd03e fix website formatting 2019-11-26 17:02:10 -06:00
Yong Wen Chua
4f81656a0c 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
a609c641ff 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
86341afade 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
6f1749a88e 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
804c99d638 Fix Azure auth api docs (#7649)
Fixes #7648
2019-10-14 10:12:45 -07:00
Jim Kalafut
fe44ee073b Add 1.2+ role parameters back to JWT API docs (#7544)
This reverts 24c2f8c2ad, which pulled the parameters while there were
outstanding bugs when using them with JWT auth.
2019-10-01 16:07:52 -07:00
minitux
8c2a123d18 Fix api auth approle documentation (#7382)
Change policies to token_policies
2019-09-25 13:27:27 -07:00
Becca Petrin
66e076d9b0 document role aws auth role name casing (#7356) 2019-09-16 11:55:03 -07:00
Jim Kalafut
4ae3319289 Fix Azure auth api docs (#7446)
Fixes #6793, #6785
2019-09-06 15:38:12 -07:00
Jim Kalafut
01d1d94a0c Update docs sidebar for CF and OCI (#7421) 2019-09-04 15:31:21 -07:00
Vu Pham
aa75167df8 Added OCI Auth plugin documentation (#7284) 2019-09-04 13:25:08 -07:00
Becca Petrin
392e41ca42 rename pcf to cf maintaining backwards compat (#7346) 2019-08-26 09:55:08 -07:00
Jim Kalafut
24c2f8c2ad 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
c121cbd44a Fix PCF API docs field names (#7302) 2019-08-12 10:55:23 -07:00
Jim Kalafut
a9a6f7dd6b Add docs for OIDC verbose_oidc_logging (#7236) 2019-08-01 14:41:35 -07:00
Becca Petrin
81bbf4d2b7 Fix tag (#7221)
* fix tag

* Update index.html.md.erb
2019-07-30 15:51:31 -07:00
Jeff Mitchell
d52dbc6f36 Add token helper partial and pull into auth docs (#7220) 2019-07-30 15:58:32 -04:00
Brian Shumate
36cf85f2c8 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
22e66d6c5a 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
8cd0c662f3 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
e7ed7399f8 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
755fde7023 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
9ca5e55841 Correct API docs examples (#6963) 2019-06-24 07:39:34 -07:00
Becca Petrin
6183eb4bf5 Merge pull request #6913 from hashicorp/pcf-docs
PCF documentation
2019-06-20 09:28:06 -07:00
Brian Shumate
05db23d804 Switch to simpler 'configured' (#6892) 2019-06-20 08:00:12 -07:00
Becca Petrin
3e94b924c2 update field name to change from pr feedback 2019-06-19 09:54:18 -07:00
Becca Petrin
af9190cf3d add api docs 2019-06-17 16:56:14 -07:00
Becca Petrin
e100cf15a7 add docs 2019-06-17 15:00:30 -07:00
Jim Kalafut
8f64c7dc47 Fix OIDC API examples (#6803)
Fixes #6684
2019-05-30 21:50:34 -05:00
Jim Kalafut
2f916d3a30 JWKS docs (#6645) 2019-05-09 13:32:50 -07:00
Brian Shumate
580064670c 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
68d2900d7a Typo fixes (#6610) 2019-04-18 22:20:46 -07:00
Jim Kalafut
451f2a6f36 Update JWT docs for bound_claims improvements (#6559) 2019-04-12 14:08:02 -07:00
Jim Kalafut
b10dc70dce Minor updates to OIDC docs (#6551) 2019-04-08 15:08:55 -07:00
Laura Gjerman-Uva
482688aafe 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
d096f62d8d 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
7542d1fbe9 Minor updates to JWT docs 2019-03-22 01:15:59 -04:00
Jim Kalafut
b69038248f Remove beta docs (#6431) 2019-03-18 16:38:54 -07:00
Becca Petrin
f94ea8c20c 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
90898851f5 Update JWT docs for OIDC feature (#6270) 2019-02-21 17:06:23 -08:00
Emily Ye
56c8b1afce remove unsupported config delete docs 2019-02-12 13:48:30 -08:00
Sean Carolan
73e5fb15c0 Make this easier for new users (#6211) 2019-02-11 17:34:22 -05:00
Brian Shumate
bad69b7d75 Update AppRole API docs (#6047)
- Use consistent "Create/Update" heading text style
2019-02-04 11:17:16 -05:00
Jeff Mitchell
b6f40b5fec Add role_id as an alias name source for AWS and change the defaults 2019-01-30 15:51:45 -05:00
Jim Kalafut
f933956778 Update JWT docs with new jwt_supported_algs parameter (#6069) 2019-01-17 15:27:20 -08:00
Vishal Nayak
77978055fe 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
3f00589181 Merge pull request #5947 from hmalphettes/master
Docs: JWT API - List Roles: fix the path
2018-12-20 09:15:57 -08:00
R.B. Boyer
b10ae71509 website: fix simple typo (#5979) 2018-12-19 14:46:54 -08:00
Hugues Malphettes
b8dbdea6a6 JWT API - List Roles: fix the path
With vault-1.0.0 and vault-0.11.4 a different path is needed to list the jwt registered roles:

```
$ vault list auth/jwt/roles
No value found at auth/jwt/roles/

$ vault list auth/jwt/role
Keys
----
myrole
```
I hope this helps!
2018-12-13 06:27:30 +08:00