Get desktop application:
View/edit binary Protocol Buffers messages
Configuration for an Azure Storage persistent store.
Used in: ,
Whether this persistent store is enabled.
The name of an Azure Storage Account.
The key to access the Azure Storage Account.
The container name in the chosen storage account to place Spinnaker's persistent data. Defaults to 'spinnaker' if unspecified.
ConnectionPool confifugration for the SQL server
Used in: , ,
Database username
Database password
Database connection string. This needs to include server port and database name as well
Database connection timeout in milliseconds
maxLifetime controls the maximum lifetime of a connection in the pool in milliseconds.
Maximum number of connections stored in the connection pool
Default connection pool to Keel's datastore
Used in:
Configuration for a Google Cloud Storage persistent store
Used in: ,
Whether this persistent store is enabled.
A path to a JSON service account with permission to read and write to the bucket to be used as a backing store.
The Google Cloud Platform project you are using to host the GCS bucket as a backing store.
The name of a storage bucket that your specified account has access to.
The root folder in the chosen bucket to place all of Spinnaker's persistent data in.
This is only required if the bucket you specify does not exist yet.
Configuration for an Oracle persistent store.
Used in: ,
Whether this persistent store is enabled.
The bucket name to store persistent state object in.
The namespace the bucket and objects should be created in.
An Oracle region (e.g., us-phoenix-1).
The OCID of the Oracle User you're authenticating as.
Fingerprint of the public key.
Path to the private key in PEM format.
Passphrase used for the private key, if it is encrypted.
The OCID of the Oracle Tenancy to use.
The OCID of the Oracle Compartment to use.
Configuration of Spinnaker's persistent storage.
Used in:
Configuration for an Amazon S3 persistent store.
Used in: ,
Whether this persistent store is enabled.
The name of a storage bucket that your specified account has access to.
The root folder in the chosen bucket to place all of Spinnaker's persistent data in.
This is only required if the bucket you specify doesn't exist yet. In that case, the bucket will be created in that region. See http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region.
When true, use path-style to access bucket; when false, use virtual hosted-style to access bucket. See https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#VirtualHostingExamples.
An alternate endpoint that your S3-compatible storage can be found at. This is intended for self-hosted storage services with S3-compatible APIs, e.g. Minio.
Your AWS Access Key ID. If not provided, Spinnaker will try to find AWS credentials as described at http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default
Configuration for S3 server-size encryption.
Your AWS Secret Key.
Configuration for S3 server-side encryption; values correspond to values of the 'x-amz-server-side-encryption' header.
Used in:
Unspecified. Do not directly use, instead omit the field.
Amazon S3-managed encryption keys, equivalent to a header value of 'AES256'.
AWS KMS-managed encryption keys, equivalent to a header value of 'aws:kms'.
Used in:
Whether this persistent store is enabled.
Default database connection pool.
Migration database connection pool.