mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 22:21:30 +01:00
Update docs sidebar for CF and OCI (#7421)
This commit is contained in:
parent
aa75167df8
commit
01d1d94a0c
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
layout: "api"
|
layout: "api"
|
||||||
page_title: "CF - Auth Methods - HTTP API"
|
page_title: "Cloud Foundry - Auth Methods - HTTP API"
|
||||||
sidebar_title: "CF"
|
sidebar_title: "Cloud Foundry"
|
||||||
sidebar_current: "api-http-auth-cf"
|
sidebar_current: "api-http-auth-cf"
|
||||||
description: |-
|
description: |-
|
||||||
This is the API documentation for the Vault CF auth method.
|
This is the API documentation for the Vault Cloud Foundry auth method.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Pivotal Cloud Foundry (CF) Auth Method (API)
|
# Pivotal Cloud Foundry (CF) Auth Method (API)
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "CF - Auth Methods"
|
page_title: "Cloud Foundry - Auth Methods"
|
||||||
sidebar_title: "CF"
|
sidebar_title: "Cloud Foundry"
|
||||||
sidebar_current: "docs-auth-cf"
|
sidebar_current: "docs-auth-cf"
|
||||||
description: |-
|
description: |-
|
||||||
The cf auth method allows automated authentication of CF instances.
|
The cf auth method allows automated authentication of Cloud Foundry instances.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Cloud Foundry (CF) Auth Method
|
# Cloud Foundry (CF) Auth Method
|
||||||
|
|||||||
@ -78,6 +78,7 @@
|
|||||||
{ category: 'jwt' },
|
{ category: 'jwt' },
|
||||||
{ category: 'kubernetes' },
|
{ category: 'kubernetes' },
|
||||||
{ category: 'ldap' },
|
{ category: 'ldap' },
|
||||||
|
{ category: 'oci' },
|
||||||
{ category: 'okta' },
|
{ category: 'okta' },
|
||||||
{ category: 'radius' },
|
{ category: 'radius' },
|
||||||
{ category: 'cert' },
|
{ category: 'cert' },
|
||||||
|
|||||||
@ -48,6 +48,7 @@
|
|||||||
'awskms',
|
'awskms',
|
||||||
'azurekeyvault',
|
'azurekeyvault',
|
||||||
'gcpckms',
|
'gcpckms',
|
||||||
|
'ocikms',
|
||||||
'pkcs11',
|
'pkcs11',
|
||||||
'transit'
|
'transit'
|
||||||
]
|
]
|
||||||
@ -69,6 +70,7 @@
|
|||||||
'manta',
|
'manta',
|
||||||
'mssql',
|
'mssql',
|
||||||
'mysql',
|
'mysql',
|
||||||
|
'oci-object-storage',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
'raft',
|
'raft',
|
||||||
's3',
|
's3',
|
||||||
@ -279,6 +281,7 @@
|
|||||||
'kubernetes',
|
'kubernetes',
|
||||||
'github',
|
'github',
|
||||||
'ldap',
|
'ldap',
|
||||||
|
'oci',
|
||||||
'okta',
|
'okta',
|
||||||
'radius',
|
'radius',
|
||||||
'cert',
|
'cert',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user