Skip to content

Commit

Permalink
Update dopplersecret_v1alpha1.json with latest version 1.5.1 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lp-Francois authored Jun 5, 2024
1 parent 247125b commit 1631897
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions secrets.doppler.com/dopplersecret_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@
},
"format": {
"description": "Format enables the downloading of secrets as a file",
"enum": [
"json",
"dotnet-json",
"env",
"yaml",
"docker"
],
"enum": ["json", "dotnet-json", "env", "yaml", "docker"],
"type": "string"
},
"host": {
Expand All @@ -45,13 +39,25 @@
"namespace": {
"description": "Namespace of the resource being referred to. Ignored if not cluster scoped",
"type": "string"
},
"type": {
"default": "Opaque",
"description": "The secret type of the managed secret",
"enum": [
"Opaque",
"kubernetes.io/tls",
"kubernetes.io/service-account-token",
"kubernetes.io/dockercfg",
"kubernetes.io/dockerconfigjson",
"kubernetes.io/basic-auth",
"kubernetes.io/ssh-auth",
"bootstrap.kubernetes.io/token"
],
"type": "string"
}
},
"required": [
"name"
],
"type": "object",
"additionalProperties": false
"required": ["name"],
"type": "object"
},
"nameTransformer": {
"description": "The environment variable compatible secrets name transformer to apply",
Expand All @@ -60,27 +66,26 @@
"camel",
"lower-snake",
"tf-var",
"dotnet-env"
"dotnet-env",
"lower-kebab"
],
"type": "string"
},
"processors": {
"additionalProperties": {
"properties": {
"asName": {
"description": "The mapped name of the field in the managed secret, defaults to the original Doppler secret name for Opaque Kubernetes secrets. If omitted for other types, the value is not copied to the managed secret.",
"type": "string"
},
"type": {
"default": "plain",
"description": "The type of process to be performed, either \"plain\" or \"base64\"",
"enum": [
"plain",
"base64"
],
"enum": ["plain", "base64"],
"type": "string"
}
},
"required": [
"type"
],
"type": "object",
"additionalProperties": false
"type": "object"
},
"description": "A list of processors to transform the data during ingestion",
"type": "object"
Expand All @@ -95,6 +100,13 @@
"format": "int64",
"type": "integer"
},
"secrets": {
"description": "A list of secrets to sync from the config",
"items": {
"type": "string"
},
"type": "array"
},
"tokenSecret": {
"description": "The Kubernetes secret containing the Doppler service token",
"properties": {
Expand All @@ -107,20 +119,16 @@
"type": "string"
}
},
"required": [
"name"
],
"type": "object",
"additionalProperties": false
"required": ["name"],
"type": "object"
},
"verifyTLS": {
"default": true,
"description": "Whether or not to verify TLS",
"type": "boolean"
}
},
"type": "object",
"additionalProperties": false
"type": "object"
},
"status": {
"description": "DopplerSecretStatus defines the observed state of DopplerSecret",
Expand Down Expand Up @@ -154,11 +162,7 @@
},
"status": {
"description": "status of the condition, one of True, False, Unknown.",
"enum": [
"True",
"False",
"Unknown"
],
"enum": ["True", "False", "Unknown"],
"type": "string"
},
"type": {
Expand All @@ -175,17 +179,13 @@
"status",
"type"
],
"type": "object",
"additionalProperties": false
"type": "object"
},
"type": "array"
}
},
"required": [
"conditions"
],
"type": "object",
"additionalProperties": false
"required": ["conditions"],
"type": "object"
}
},
"type": "object"
Expand Down

0 comments on commit 1631897

Please sign in to comment.