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" 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)

View File

@ -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

View File

@ -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' },

View File

@ -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',