mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Fix PCF location in sidebar
This commit is contained in:
parent
b0e2877955
commit
ebe9d139e2
3 changed files with 5 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ requests.
|
|||
$ vault secrets enable kmip
|
||||
Success! Enabled the kmip secrets engine at: kmip/
|
||||
```
|
||||
|
||||
|
||||
1. Configure the secrets engine with the desired listener addresses to use and
|
||||
TLS parameters, or leave unwritten to use default values
|
||||
|
||||
|
|
@ -166,4 +166,4 @@ operation_none
|
|||
```
|
||||
|
||||
[kmip-spec]: http://docs.oasis-open.org/kmip/spec/v1.4/kmip-spec-v1.4.html
|
||||
[kmip-ops]: http://docs.oasis-open.org/kmip/spec/v1.4/os/kmip-spec-v1.4-os.html#_Toc490660840
|
||||
[kmip-ops]: http://docs.oasis-open.org/kmip/spec/v1.4/os/kmip-spec-v1.4-os.html#_Toc490660840
|
||||
|
|
|
|||
|
|
@ -78,12 +78,12 @@
|
|||
{ category: 'kubernetes' },
|
||||
{ category: 'ldap' },
|
||||
{ category: 'okta' },
|
||||
{ category: 'pcf' },
|
||||
{ category: 'radius' },
|
||||
{ category: 'cert' },
|
||||
{ category: 'token' },
|
||||
{ category: 'userpass' },
|
||||
{ category: 'app-id' },
|
||||
{ category: 'pcf' }
|
||||
{ category: 'app-id' }
|
||||
]
|
||||
}, {
|
||||
category: 'system',
|
||||
|
|
|
|||
|
|
@ -278,11 +278,11 @@
|
|||
'github',
|
||||
'ldap',
|
||||
'okta',
|
||||
'pcf',
|
||||
'radius',
|
||||
'cert',
|
||||
'token',
|
||||
'userpass',
|
||||
'pcf',
|
||||
'---------',
|
||||
'app-id',
|
||||
'mfa'
|
||||
|
|
|
|||
Loading…
Reference in a new issue