| Parameter |
Choices/Defaults |
Comments |
|
authentication_type
string
added in 1.0.0 of rapyutarobotics.rr_io
|
|
There are 2 types of authentication types for source secrets in rapyuta.io.
If authentication_type=ssh then ssh_key option is required.
If authentication_type=ssh=basic then executable_type option is required.
|
|
ca_cert
string
added in 1.0.0 of rapyutarobotics.rr_io
|
|
Used if type=source when authentication_type=basic.
|
|
email
string
added in 1.0.0 of rapyutarobotics.rr_io
|
|
Required if type=docker secrets.
|
|
executable_type
string
added in 1.0.0 of rapyutarobotics.rr_io
|
Choices:
password ←
- source_token
|
Required if type=source when authentication_type=basic.
|
|
name
string
/ required
|
|
Name of the secret.
|
|
password
string
added in 1.0.0 of rapyutarobotics.rr_io
|
|
Required if type=docker secrets or type=source when authentication_type=basic and executable_type=password.
|
|
present
boolean
/ required
added in 1.0.0 of rapyutarobotics.rr_io
|
|
Whether the secret should be present in rapyuta.io.
|
|
registry_url
string
added in 1.0.0 of rapyutarobotics.rr_io
|
Default:
"https://index.docker.io/v1/"
|
Required if type=docker secrets.
|
|
source_token
string
added in 1.0.0 of rapyutarobotics.rr_io
|
|
Required if type=docker secrets or type=source when authentication_type=basic and executable_type=source_token.
|
|
ssh_key
string
added in 1.0.0 of rapyutarobotics.rr_io
|
|
Required if authentication_type=ssh for type=source secrets.
ssh_key can be given to authenticate to a private source control repository.
|
|
type
string
/ required
added in 1.0.0 of rapyutarobotics.rr_io
|
|
There are 2 types of secrets in rapyuta.io.
If type=docker then username, password, email option are required. registry is by default dockerhub, but a custom registry can be used.
If type=source then authentication_type option is required.
Source secrets allow the user to pull in code from private Source control repository.
Docker secrets allow the user to pull the docker image from private image registry.
|
|
username
string
added in 1.0.0 of rapyutarobotics.rr_io
|
|
Required if type=docker secrets or type=source when authentication_type=basic and executable_type=password.
|