Create a secret store

This operation creates a new secret store. A secret store is a server used to secure, store, and control access to tokens, passwords, certificates, and other secrets.

Body Params

Secret management secret store create schema

string
enum
required
Defaults to VAULT

The type of the secret store. Choose one of the following secret types: CA_CERTIFICATE_BUNDLE, which is a single file that includes a bundle of root and intermediate certificates verified (signed) by a trusted Certificate Authority (CA). CERTIFICATE_KEY_BUNDLE, which is a file that includes the certificate and key pair.

Allowed:
string
required
length between 1 and 255

The hostname of the secret store server.

string
length between 1 and 256

The username used to log in to the secret store.

string
length between 1 and 64

The password used to log in to the secret store.

string
length between 1 and 4096

The token used to log in to the secret store.

string
length ≤ 10000

The CA certificate used to authenticate the secret store certificate.

string
length ≤ 10000

The TLS certificate used to authenticate with the secret store.

string
length ≤ 10000

The TLS certificate key used to authenticate with the secret store.

string
length between 1 and 2048

The URI that the management node uses to access the secret store.

string
length between 1 and 2048

The URI that the management node uses to renew its token.

string
length between 1 and 2048

The URI that the service nodes use to access the secret store.

string
length between 1 and 2048

The URI that the service nodes use to renew their token.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json