Update docs sidebar for CF and OCI (#7421)

This commit is contained in:
Jim Kalafut 2019-09-04 15:31:21 -07:00 committed by GitHub
parent aa75167df8
commit 01d1d94a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,10 @@
---
layout: "api"
page_title: "CF - Auth Methods - HTTP API"
sidebar_title: "CF"
page_title: "Cloud Foundry - Auth Methods - HTTP API"
sidebar_title: "Cloud Foundry"
sidebar_current: "api-http-auth-cf"
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)

View File

@ -1,10 +1,10 @@
---
layout: "docs"
page_title: "CF - Auth Methods"
sidebar_title: "CF"
page_title: "Cloud Foundry - Auth Methods"
sidebar_title: "Cloud Foundry"
sidebar_current: "docs-auth-cf"
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

View File

@ -78,6 +78,7 @@
{ category: 'jwt' },
{ category: 'kubernetes' },
{ category: 'ldap' },
{ category: 'oci' },
{ category: 'okta' },
{ category: 'radius' },
{ category: 'cert' },

View File

@ -48,6 +48,7 @@
'awskms',
'azurekeyvault',
'gcpckms',
'ocikms',
'pkcs11',
'transit'
]
@ -69,6 +70,7 @@
'manta',
'mssql',
'mysql',
'oci-object-storage',
'postgresql',
'raft',
's3',
@ -279,6 +281,7 @@
'kubernetes',
'github',
'ldap',
'oci',
'okta',
'radius',
'cert',