Upate links in docs
This commit is contained in:
parent
dbb5b38e0d
commit
e92818e0ae
|
@ -11,7 +11,7 @@ description: |-
|
|||
This is the API documentation for the Vault Database secret backend. For
|
||||
general information about the usage and operation of the Database backend,
|
||||
please see the
|
||||
[Vault Database backend documentation](/docs/secrets/database/index.html).
|
||||
[Vault Database backend documentation](/docs/secrets/databases/index.html).
|
||||
|
||||
This documentation assumes the Database backend is mounted at the
|
||||
`/database` path in Vault. Since it is possible to mount secret backends at
|
||||
|
|
|
@ -14,7 +14,7 @@ The Cassandra Database Plugin is one of the supported plugins for the Database
|
|||
backend. This plugin generates database credentials dynamically based on
|
||||
configured roles for the Cassandra database.
|
||||
|
||||
See the [Database Backend](/docs/secret/database/index.html) docs for more
|
||||
See the [Database Backend](/docs/secrets/databases/index.html) docs for more
|
||||
information about setting up the Database Backend.
|
||||
|
||||
## Quick Start
|
||||
|
@ -55,8 +55,8 @@ This role can be used to retrieve a new set of credentials by querying the
|
|||
## API
|
||||
|
||||
The full list of configurable options can be seen in the [Cassandra database
|
||||
plugin API](/api/secret/database/cassandra.html) page.
|
||||
plugin API](/api/secret/databases/cassandra.html) page.
|
||||
|
||||
Or for more information on the Database secret backend's HTTP API please see the [Database secret
|
||||
backend API](/api/secret/database/index.html) page.
|
||||
backend API](/api/secret/databases/index.html) page.
|
||||
|
||||
|
|
|
@ -93,5 +93,5 @@ username v-root-e2978cd0-
|
|||
## API
|
||||
|
||||
The Database secret backend has a full HTTP API. Please see the [Database secret
|
||||
backend API](/api/secret/database/index.html) for more details.
|
||||
backend API](/api/secret/databases/index.html) for more details.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ The MSSQL Database Plugin is one of the supported plugins for the Database
|
|||
backend. This plugin generates database credentials dynamically based on
|
||||
configured roles for the MSSQL database.
|
||||
|
||||
See the [Database Backend](/docs/secret/database/index.html) docs for more
|
||||
See the [Database Backend](/docs/secrets/databases/index.html) docs for more
|
||||
information about setting up the Database Backend.
|
||||
|
||||
## Quick Start
|
||||
|
@ -53,8 +53,8 @@ This role can now be used to retrieve a new set of credentials by querying the
|
|||
## API
|
||||
|
||||
The full list of configurable options can be seen in the [MSSQL database
|
||||
plugin API](/api/secret/database/mssql.html) page.
|
||||
plugin API](/api/secret/databases/mssql.html) page.
|
||||
|
||||
Or for more information on the Database secret backend's HTTP API please see the [Database secret
|
||||
backend API](/api/secret/database/index.html) page.
|
||||
backend API](/api/secret/databases/index.html) page.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ The MySQL Database Plugin is one of the supported plugins for the Database
|
|||
backend. This plugin generates database credentials dynamically based on
|
||||
configured roles for the MySQL database.
|
||||
|
||||
See the [Database Backend](/docs/secret/database/index.html) docs for more
|
||||
See the [Database Backend](/docs/secrets/databases/index.html) docs for more
|
||||
information about setting up the Database Backend.
|
||||
|
||||
## Quick Start
|
||||
|
@ -51,8 +51,8 @@ This role can now be used to retrieve a new set of credentials by querying the
|
|||
## API
|
||||
|
||||
The full list of configurable options can be seen in the [MySQL database
|
||||
plugin API](/api/secret/database/mysql.html) page.
|
||||
plugin API](/api/secret/databases/mysql-maria.html) page.
|
||||
|
||||
Or for more information on the Database secret backend's HTTP API please see the [Database secret
|
||||
backend API](/api/secret/database/index.html) page.
|
||||
backend API](/api/secret/databases/index.html) page.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ The PostgreSQL Database Plugin is one of the supported plugins for the Database
|
|||
backend. This plugin generates database credentials dynamically based on
|
||||
configured roles for the PostgreSQL database.
|
||||
|
||||
See the [Database Backend](/docs/secret/database/index.html) docs for more
|
||||
See the [Database Backend](/docs/secrets/databases/index.html) docs for more
|
||||
information about setting up the Database Backend.
|
||||
|
||||
## Quick Start
|
||||
|
@ -53,8 +53,8 @@ This role can be used to retrieve a new set of credentials by querying the
|
|||
## API
|
||||
|
||||
The full list of configurable options can be seen in the [PostgreSQL database
|
||||
plugin API](/api/secret/database/postgresql.html) page.
|
||||
plugin API](/api/secret/databases/postgresql.html) page.
|
||||
|
||||
Or for more information on the Database secret backend's HTTP API please see the [Database secret
|
||||
backend API](/api/secret/database/index.html) page.
|
||||
backend API](/api/secret/databases/index.html) page.
|
||||
|
||||
|
|
Loading…
Reference in New Issue