open-vault/website/source/docs/auth
Marc Sensenich 92f937c021 Remove Trailing White space in Kubernetes Doc (#3360)
Removed a trailing white space from which caused `Error loading data: Invalid key/value pair ' ': format must be key=value` if copying the example

```
vault write auth/kubernetes/role/demo \
    bound_service_account_names=vault-auth \
    bound_service_account_namespaces=default \
    policies=default \
    ttl=1h
```
2017-12-02 14:12:39 -05:00
..
app-id.html.md
approle.html.md
aws.html.md auth/aws: Make disallow_reauthentication and allow_instance_migration mutually exclusive (#3291) 2017-11-06 17:12:07 -05:00
cert.html.md
gcp.html.md add GCP APIs that need to be enabled to GCP auth docs, small doc fixes (#3446) 2017-10-11 09:18:32 -04:00
github.html.md
index.html.md
kubernetes.html.md Remove Trailing White space in Kubernetes Doc (#3360) 2017-12-02 14:12:39 -05:00
ldap.html.md
mfa.html.md
okta.html.md Adding support for base_url for Okta api (#3316) 2017-09-15 00:27:45 -04:00
radius.html.md
token.html.md
userpass.html.md