mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
wip
This commit is contained in:
parent
9c73f12627
commit
ccae8f2ff7
33 changed files with 1174 additions and 897 deletions
|
|
@ -44,13 +44,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -106,13 +106,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,13 +28,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,13 +32,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,13 +32,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -240,13 +240,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -442,13 +442,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -709,13 +709,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -877,13 +877,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,13 +28,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,13 +28,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,13 +28,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -315,13 +315,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -523,13 +523,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -725,13 +725,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -992,13 +992,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1160,13 +1160,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1444,13 +1444,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1475,13 +1475,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1506,13 +1506,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1560,13 +1560,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1617,13 +1617,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1663,13 +1663,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1724,13 +1724,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1774,13 +1774,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1831,13 +1831,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1877,13 +1877,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1934,13 +1934,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1980,13 +1980,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2053,13 +2053,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2099,13 +2099,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2174,13 +2174,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2220,13 +2220,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2277,13 +2277,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2323,13 +2323,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2386,13 +2386,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2442,13 +2442,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2499,13 +2499,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2548,13 +2548,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2592,13 +2592,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2660,13 +2660,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2706,13 +2706,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2767,13 +2767,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2813,13 +2813,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2873,13 +2873,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2904,13 +2904,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2935,13 +2935,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2989,13 +2989,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3046,13 +3046,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3092,13 +3092,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3153,13 +3153,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3203,13 +3203,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3260,13 +3260,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3306,13 +3306,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3363,13 +3363,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3409,13 +3409,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3482,13 +3482,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3528,13 +3528,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3603,13 +3603,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3649,13 +3649,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3706,13 +3706,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3752,13 +3752,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3815,13 +3815,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3871,13 +3871,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3928,13 +3928,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3977,13 +3977,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4021,13 +4021,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4089,13 +4089,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4135,13 +4135,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4196,13 +4196,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4242,13 +4242,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4315,13 +4315,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4377,13 +4377,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,13 +38,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -69,13 +69,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -100,13 +100,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -154,13 +154,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -211,13 +211,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -257,13 +257,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -318,13 +318,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -368,13 +368,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -425,13 +425,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -471,13 +471,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -528,13 +528,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -574,13 +574,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -647,13 +647,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -693,13 +693,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -768,13 +768,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -814,13 +814,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -871,13 +871,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -917,13 +917,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -980,13 +980,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1036,13 +1036,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1093,13 +1093,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1142,13 +1142,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1186,13 +1186,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1254,13 +1254,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1300,13 +1300,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1361,13 +1361,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1407,13 +1407,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1467,13 +1467,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1498,13 +1498,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1529,13 +1529,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1583,13 +1583,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1640,13 +1640,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1686,13 +1686,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1747,13 +1747,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1797,13 +1797,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1854,13 +1854,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1900,13 +1900,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1957,13 +1957,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2003,13 +2003,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2076,13 +2076,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2122,13 +2122,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2197,13 +2197,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2243,13 +2243,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2300,13 +2300,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2346,13 +2346,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2409,13 +2409,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2465,13 +2465,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2522,13 +2522,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2571,13 +2571,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2615,13 +2615,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2683,13 +2683,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2729,13 +2729,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2790,13 +2790,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2836,13 +2836,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -102,13 +102,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -146,13 +146,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Token } from "@sourcebot/schemas/v3/shared.type";
|
import { Token } from "@sourcebot/schemas/v3/shared.type";
|
||||||
import { SecretManagerServiceClient } from "@google-cloud/secret-manager";
|
import { SecretManagerServiceClient } from "@google-cloud/secret-manager";
|
||||||
|
|
||||||
export const getTokenFromConfig = async (token: Token) => {
|
export const getTokenFromConfig = async (token: Token): Promise<string> => {
|
||||||
if ('env' in token) {
|
if ('env' in token) {
|
||||||
const envToken = process.env[token.env];
|
const envToken = process.env[token.env];
|
||||||
if (!envToken) {
|
if (!envToken) {
|
||||||
|
|
@ -9,23 +9,17 @@ export const getTokenFromConfig = async (token: Token) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return envToken;
|
return envToken;
|
||||||
} else if ('gcpSecretName' in token) {
|
} else if ('gcpSecretPath' in token) {
|
||||||
try {
|
|
||||||
|
|
||||||
const client = new SecretManagerServiceClient();
|
const client = new SecretManagerServiceClient();
|
||||||
const [ response ] = await client.accessSecretVersion({
|
const [response] = await client.accessSecretVersion({
|
||||||
name: token.gcpSecretName,
|
name: token.gcpSecretPath,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!response.payload?.data) {
|
if (!response.payload?.data) {
|
||||||
throw new Error(`Secret ${token.gcpSecretName} not found.`);
|
throw new Error(`Secret ${token.gcpSecretPath} not found.`);
|
||||||
}
|
}
|
||||||
|
|
||||||
return response.payload.data.toString();
|
return response.payload.data.toString();
|
||||||
} catch (error) {
|
|
||||||
console.log("HERE IN THE EXCEPTION HANDLER");
|
|
||||||
throw error;
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
throw new Error('Invalid token configuration');
|
throw new Error('Invalid token configuration');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,13 +43,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -105,13 +105,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ export interface GitHubAppConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ export interface AzureDevOpsConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL.
|
* The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL.
|
||||||
|
|
|
||||||
|
|
@ -31,13 +31,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,9 @@ export interface BitbucketConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Bitbucket URL
|
* Bitbucket URL
|
||||||
|
|
|
||||||
|
|
@ -31,13 +31,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -239,13 +239,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -441,13 +441,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -708,13 +708,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -876,13 +876,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,9 @@ export interface GithubConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the GitHub host. Defaults to https://github.com
|
* The URL of the GitHub host. Defaults to https://github.com
|
||||||
|
|
@ -115,9 +115,9 @@ export interface GitlabConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the GitLab host. Defaults to https://gitlab.com
|
* The URL of the GitLab host. Defaults to https://gitlab.com
|
||||||
|
|
@ -186,9 +186,9 @@ export interface GiteaConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the Gitea host. Defaults to https://gitea.com
|
* The URL of the Gitea host. Defaults to https://gitea.com
|
||||||
|
|
@ -272,9 +272,9 @@ export interface BitbucketConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Bitbucket URL
|
* Bitbucket URL
|
||||||
|
|
@ -329,9 +329,9 @@ export interface AzureDevOpsConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL.
|
* The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL.
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ export interface GiteaConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the Gitea host. Defaults to https://gitea.com
|
* The URL of the Gitea host. Defaults to https://gitea.com
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ export interface GithubConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the GitHub host. Defaults to https://github.com
|
* The URL of the GitHub host. Defaults to https://github.com
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ export interface GitlabConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the GitLab host. Defaults to https://gitlab.com
|
* The URL of the GitLab host. Defaults to https://gitlab.com
|
||||||
|
|
|
||||||
|
|
@ -314,13 +314,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -522,13 +522,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -724,13 +724,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -991,13 +991,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1159,13 +1159,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1443,13 +1443,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1474,13 +1474,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1505,13 +1505,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1559,13 +1559,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1616,13 +1616,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1662,13 +1662,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1723,13 +1723,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1773,13 +1773,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1830,13 +1830,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1876,13 +1876,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1933,13 +1933,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1979,13 +1979,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2052,13 +2052,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2098,13 +2098,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2173,13 +2173,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2219,13 +2219,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2276,13 +2276,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2322,13 +2322,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2385,13 +2385,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2441,13 +2441,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2498,13 +2498,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2547,13 +2547,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2591,13 +2591,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2659,13 +2659,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2705,13 +2705,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2766,13 +2766,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2812,13 +2812,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2872,13 +2872,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2903,13 +2903,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2934,13 +2934,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2988,13 +2988,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3045,13 +3045,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3091,13 +3091,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3152,13 +3152,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3202,13 +3202,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3259,13 +3259,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3305,13 +3305,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3362,13 +3362,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3408,13 +3408,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3481,13 +3481,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3527,13 +3527,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3602,13 +3602,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3648,13 +3648,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3705,13 +3705,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3751,13 +3751,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3814,13 +3814,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3870,13 +3870,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3927,13 +3927,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -3976,13 +3976,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4020,13 +4020,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4088,13 +4088,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4134,13 +4134,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4195,13 +4195,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4241,13 +4241,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4314,13 +4314,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -4376,13 +4376,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -164,9 +164,9 @@ export interface GithubConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the GitHub host. Defaults to https://github.com
|
* The URL of the GitHub host. Defaults to https://github.com
|
||||||
|
|
@ -253,9 +253,9 @@ export interface GitlabConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the GitLab host. Defaults to https://gitlab.com
|
* The URL of the GitLab host. Defaults to https://gitlab.com
|
||||||
|
|
@ -324,9 +324,9 @@ export interface GiteaConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the Gitea host. Defaults to https://gitea.com
|
* The URL of the Gitea host. Defaults to https://gitea.com
|
||||||
|
|
@ -410,9 +410,9 @@ export interface BitbucketConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Bitbucket URL
|
* Bitbucket URL
|
||||||
|
|
@ -467,9 +467,9 @@ export interface AzureDevOpsConnectionConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL.
|
* The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL.
|
||||||
|
|
@ -560,9 +560,9 @@ export interface AmazonBedrockLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional secret access key to use with the model. Defaults to the `AWS_SECRET_ACCESS_KEY` environment variable.
|
* Optional secret access key to use with the model. Defaults to the `AWS_SECRET_ACCESS_KEY` environment variable.
|
||||||
|
|
@ -576,9 +576,9 @@ export interface AmazonBedrockLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional session token to use with the model. Defaults to the `AWS_SESSION_TOKEN` environment variable.
|
* Optional session token to use with the model. Defaults to the `AWS_SESSION_TOKEN` environment variable.
|
||||||
|
|
@ -592,9 +592,9 @@ export interface AmazonBedrockLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The AWS region. Defaults to the `AWS_REGION` environment variable.
|
* The AWS region. Defaults to the `AWS_REGION` environment variable.
|
||||||
|
|
@ -625,9 +625,9 @@ export interface LanguageModelHeaders {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -656,9 +656,9 @@ export interface AnthropicLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -695,9 +695,9 @@ export interface AzureLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Sets a custom api version. Defaults to `preview`.
|
* Sets a custom api version. Defaults to `preview`.
|
||||||
|
|
@ -734,9 +734,9 @@ export interface DeepSeekLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -769,9 +769,9 @@ export interface GoogleGenerativeAILanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -812,9 +812,9 @@ export interface GoogleVertexAnthropicLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -855,9 +855,9 @@ export interface GoogleVertexLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -890,9 +890,9 @@ export interface MistralLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -925,9 +925,9 @@ export interface OpenAILanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -964,9 +964,9 @@ export interface OpenAICompatibleLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Base URL of the OpenAI-compatible chat completions API endpoint.
|
* Base URL of the OpenAI-compatible chat completions API endpoint.
|
||||||
|
|
@ -998,9 +998,9 @@ export interface LanguageModelQueryParams {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -1029,9 +1029,9 @@ export interface OpenRouterLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -1064,9 +1064,9 @@ export interface XaiLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -1099,8 +1099,8 @@ export interface GitHubAppConfig {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,13 +37,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -68,13 +68,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -99,13 +99,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -153,13 +153,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -210,13 +210,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -256,13 +256,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -317,13 +317,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -367,13 +367,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -424,13 +424,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -470,13 +470,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -527,13 +527,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -573,13 +573,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -646,13 +646,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -692,13 +692,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -767,13 +767,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -813,13 +813,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -870,13 +870,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -916,13 +916,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -979,13 +979,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1035,13 +1035,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1092,13 +1092,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1141,13 +1141,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1185,13 +1185,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1253,13 +1253,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1299,13 +1299,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1360,13 +1360,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1406,13 +1406,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1466,13 +1466,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1497,13 +1497,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1528,13 +1528,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1582,13 +1582,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1639,13 +1639,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1685,13 +1685,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1746,13 +1746,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1796,13 +1796,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1853,13 +1853,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1899,13 +1899,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -1956,13 +1956,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2002,13 +2002,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2075,13 +2075,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2121,13 +2121,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2196,13 +2196,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2242,13 +2242,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2299,13 +2299,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2345,13 +2345,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2408,13 +2408,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2464,13 +2464,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2521,13 +2521,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2570,13 +2570,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2614,13 +2614,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2682,13 +2682,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2728,13 +2728,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2789,13 +2789,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -2835,13 +2835,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,9 +39,9 @@ export interface AmazonBedrockLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional secret access key to use with the model. Defaults to the `AWS_SECRET_ACCESS_KEY` environment variable.
|
* Optional secret access key to use with the model. Defaults to the `AWS_SECRET_ACCESS_KEY` environment variable.
|
||||||
|
|
@ -55,9 +55,9 @@ export interface AmazonBedrockLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional session token to use with the model. Defaults to the `AWS_SESSION_TOKEN` environment variable.
|
* Optional session token to use with the model. Defaults to the `AWS_SESSION_TOKEN` environment variable.
|
||||||
|
|
@ -71,9 +71,9 @@ export interface AmazonBedrockLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The AWS region. Defaults to the `AWS_REGION` environment variable.
|
* The AWS region. Defaults to the `AWS_REGION` environment variable.
|
||||||
|
|
@ -104,9 +104,9 @@ export interface LanguageModelHeaders {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -135,9 +135,9 @@ export interface AnthropicLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -174,9 +174,9 @@ export interface AzureLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Sets a custom api version. Defaults to `preview`.
|
* Sets a custom api version. Defaults to `preview`.
|
||||||
|
|
@ -213,9 +213,9 @@ export interface DeepSeekLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -248,9 +248,9 @@ export interface GoogleGenerativeAILanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -291,9 +291,9 @@ export interface GoogleVertexAnthropicLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -334,9 +334,9 @@ export interface GoogleVertexLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -369,9 +369,9 @@ export interface MistralLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -404,9 +404,9 @@ export interface OpenAILanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -443,9 +443,9 @@ export interface OpenAICompatibleLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Base URL of the OpenAI-compatible chat completions API endpoint.
|
* Base URL of the OpenAI-compatible chat completions API endpoint.
|
||||||
|
|
@ -477,9 +477,9 @@ export interface LanguageModelQueryParams {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -508,9 +508,9 @@ export interface OpenRouterLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
@ -543,9 +543,9 @@ export interface XaiLanguageModel {
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Optional base URL.
|
* Optional base URL.
|
||||||
|
|
|
||||||
|
|
@ -21,13 +21,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -101,13 +101,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
@ -145,13 +145,13 @@ const schema = {
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,9 @@ export type Token =
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
/**
|
/**
|
||||||
* The name of the GCP secret that contains the token.
|
* The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`.
|
||||||
*/
|
*/
|
||||||
gcpSecretName: string;
|
gcpSecretPath: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface Shared {
|
export interface Shared {
|
||||||
|
|
|
||||||
|
|
@ -20,13 +20,13 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gcpSecretName": {
|
"gcpSecretPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the GCP secret that contains the token."
|
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"gcpSecretName"
|
"gcpSecretPath"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
289
yarn.lock
289
yarn.lock
|
|
@ -2319,6 +2319,39 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@google-cloud/secret-manager@npm:^6.1.1":
|
||||||
|
version: 6.1.1
|
||||||
|
resolution: "@google-cloud/secret-manager@npm:6.1.1"
|
||||||
|
dependencies:
|
||||||
|
google-gax: "npm:^5.0.0"
|
||||||
|
checksum: 10c0/89554c2205106ad765db2fcfb4202c54b824fce74ccb237c9c38c2e431b20d7f04de09db00f92d68ae217b011667e9bcfa0824199103a4498251a1a4b16f9b9b
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@grpc/grpc-js@npm:^1.12.6":
|
||||||
|
version: 1.14.0
|
||||||
|
resolution: "@grpc/grpc-js@npm:1.14.0"
|
||||||
|
dependencies:
|
||||||
|
"@grpc/proto-loader": "npm:^0.8.0"
|
||||||
|
"@js-sdsl/ordered-map": "npm:^4.4.2"
|
||||||
|
checksum: 10c0/51e0eb32f6dac68c49502b227e565c4244f53983d2efab8ef3fd2cc923999751c059f6c77fec4941a93c44eaa58cbc321ce1e9868e1ec226fba5a6c93722c3b1
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@grpc/proto-loader@npm:^0.8.0":
|
||||||
|
version: 0.8.0
|
||||||
|
resolution: "@grpc/proto-loader@npm:0.8.0"
|
||||||
|
dependencies:
|
||||||
|
lodash.camelcase: "npm:^4.3.0"
|
||||||
|
long: "npm:^5.0.0"
|
||||||
|
protobufjs: "npm:^7.5.3"
|
||||||
|
yargs: "npm:^17.7.2"
|
||||||
|
bin:
|
||||||
|
proto-loader-gen-types: build/bin/proto-loader-gen-types.js
|
||||||
|
checksum: 10c0/a27da3b85d5d17bab956d536786c717287eae46ca264ea9ec774db90ff571955bae2705809f431b4622fbf3be9951d7c7bbb1360b2015ee88abe1587cf3d6fe0
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@hookform/resolvers@npm:^3.9.0":
|
"@hookform/resolvers@npm:^3.9.0":
|
||||||
version: 3.10.0
|
version: 3.10.0
|
||||||
resolution: "@hookform/resolvers@npm:3.10.0"
|
resolution: "@hookform/resolvers@npm:3.10.0"
|
||||||
|
|
@ -2831,6 +2864,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@js-sdsl/ordered-map@npm:^4.4.2":
|
||||||
|
version: 4.4.2
|
||||||
|
resolution: "@js-sdsl/ordered-map@npm:4.4.2"
|
||||||
|
checksum: 10c0/cc7e15dc4acf6d9ef663757279600bab70533d847dcc1ab01332e9e680bd30b77cdf9ad885cc774276f51d98b05a013571c940e5b360985af5eb798dc1a2ee2b
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@jsdevtools/ono@npm:^7.1.3":
|
"@jsdevtools/ono@npm:^7.1.3":
|
||||||
version: 7.1.3
|
version: 7.1.3
|
||||||
resolution: "@jsdevtools/ono@npm:7.1.3"
|
resolution: "@jsdevtools/ono@npm:7.1.3"
|
||||||
|
|
@ -4588,6 +4628,79 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/aspromise@npm:^1.1.1, @protobufjs/aspromise@npm:^1.1.2":
|
||||||
|
version: 1.1.2
|
||||||
|
resolution: "@protobufjs/aspromise@npm:1.1.2"
|
||||||
|
checksum: 10c0/a83343a468ff5b5ec6bff36fd788a64c839e48a07ff9f4f813564f58caf44d011cd6504ed2147bf34835bd7a7dd2107052af755961c6b098fd8902b4f6500d0f
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/base64@npm:^1.1.2":
|
||||||
|
version: 1.1.2
|
||||||
|
resolution: "@protobufjs/base64@npm:1.1.2"
|
||||||
|
checksum: 10c0/eec925e681081af190b8ee231f9bad3101e189abbc182ff279da6b531e7dbd2a56f1f306f37a80b1be9e00aa2d271690d08dcc5f326f71c9eed8546675c8caf6
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/codegen@npm:^2.0.4":
|
||||||
|
version: 2.0.4
|
||||||
|
resolution: "@protobufjs/codegen@npm:2.0.4"
|
||||||
|
checksum: 10c0/26ae337c5659e41f091606d16465bbcc1df1f37cc1ed462438b1f67be0c1e28dfb2ca9f294f39100c52161aef82edf758c95d6d75650a1ddf31f7ddee1440b43
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/eventemitter@npm:^1.1.0":
|
||||||
|
version: 1.1.0
|
||||||
|
resolution: "@protobufjs/eventemitter@npm:1.1.0"
|
||||||
|
checksum: 10c0/1eb0a75180e5206d1033e4138212a8c7089a3d418c6dfa5a6ce42e593a4ae2e5892c4ef7421f38092badba4040ea6a45f0928869989411001d8c1018ea9a6e70
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/fetch@npm:^1.1.0":
|
||||||
|
version: 1.1.0
|
||||||
|
resolution: "@protobufjs/fetch@npm:1.1.0"
|
||||||
|
dependencies:
|
||||||
|
"@protobufjs/aspromise": "npm:^1.1.1"
|
||||||
|
"@protobufjs/inquire": "npm:^1.1.0"
|
||||||
|
checksum: 10c0/cda6a3dc2d50a182c5865b160f72077aac197046600091dbb005dd0a66db9cce3c5eaed6d470ac8ed49d7bcbeef6ee5f0bc288db5ff9a70cbd003e5909065233
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/float@npm:^1.0.2":
|
||||||
|
version: 1.0.2
|
||||||
|
resolution: "@protobufjs/float@npm:1.0.2"
|
||||||
|
checksum: 10c0/18f2bdede76ffcf0170708af15c9c9db6259b771e6b84c51b06df34a9c339dbbeec267d14ce0bddd20acc142b1d980d983d31434398df7f98eb0c94a0eb79069
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/inquire@npm:^1.1.0":
|
||||||
|
version: 1.1.0
|
||||||
|
resolution: "@protobufjs/inquire@npm:1.1.0"
|
||||||
|
checksum: 10c0/64372482efcba1fb4d166a2664a6395fa978b557803857c9c03500e0ac1013eb4b1aacc9ed851dd5fc22f81583670b4f4431bae186f3373fedcfde863ef5921a
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/path@npm:^1.1.2":
|
||||||
|
version: 1.1.2
|
||||||
|
resolution: "@protobufjs/path@npm:1.1.2"
|
||||||
|
checksum: 10c0/cece0a938e7f5dfd2fa03f8c14f2f1cf8b0d6e13ac7326ff4c96ea311effd5fb7ae0bba754fbf505312af2e38500250c90e68506b97c02360a43793d88a0d8b4
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/pool@npm:^1.1.0":
|
||||||
|
version: 1.1.0
|
||||||
|
resolution: "@protobufjs/pool@npm:1.1.0"
|
||||||
|
checksum: 10c0/eda2718b7f222ac6e6ad36f758a92ef90d26526026a19f4f17f668f45e0306a5bd734def3f48f51f8134ae0978b6262a5c517c08b115a551756d1a3aadfcf038
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@protobufjs/utf8@npm:^1.1.0":
|
||||||
|
version: 1.1.0
|
||||||
|
resolution: "@protobufjs/utf8@npm:1.1.0"
|
||||||
|
checksum: 10c0/a3fe31fe3fa29aa3349e2e04ee13dc170cc6af7c23d92ad49e3eeaf79b9766264544d3da824dba93b7855bd6a2982fb40032ef40693da98a136d835752beb487
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@radix-ui/number@npm:1.1.0":
|
"@radix-ui/number@npm:1.1.0":
|
||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
resolution: "@radix-ui/number@npm:1.1.0"
|
resolution: "@radix-ui/number@npm:1.1.0"
|
||||||
|
|
@ -7837,6 +7950,7 @@ __metadata:
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@sourcebot/crypto@workspace:packages/crypto"
|
resolution: "@sourcebot/crypto@workspace:packages/crypto"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
"@google-cloud/secret-manager": "npm:^6.1.1"
|
||||||
"@sourcebot/db": "npm:*"
|
"@sourcebot/db": "npm:*"
|
||||||
"@sourcebot/schemas": "npm:*"
|
"@sourcebot/schemas": "npm:*"
|
||||||
"@types/node": "npm:^22.7.5"
|
"@types/node": "npm:^22.7.5"
|
||||||
|
|
@ -8383,6 +8497,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@tootallnate/once@npm:2":
|
||||||
|
version: 2.0.0
|
||||||
|
resolution: "@tootallnate/once@npm:2.0.0"
|
||||||
|
checksum: 10c0/073bfa548026b1ebaf1659eb8961e526be22fa77139b10d60e712f46d2f0f05f4e6c8bec62a087d41088ee9e29faa7f54838568e475ab2f776171003c3920858
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@tybys/wasm-util@npm:^0.9.0":
|
"@tybys/wasm-util@npm:^0.9.0":
|
||||||
version: 0.9.0
|
version: 0.9.0
|
||||||
resolution: "@tybys/wasm-util@npm:0.9.0"
|
resolution: "@tybys/wasm-util@npm:0.9.0"
|
||||||
|
|
@ -8669,6 +8790,15 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@types/node@npm:>=13.7.0":
|
||||||
|
version: 24.9.2
|
||||||
|
resolution: "@types/node@npm:24.9.2"
|
||||||
|
dependencies:
|
||||||
|
undici-types: "npm:~7.16.0"
|
||||||
|
checksum: 10c0/7905d43f65cee72ef475fe76316e10bbf6ac5d08a7f0f6c38f2b6285d7ca3009e8fcafc8f8a1d2bf3f55889c9c278dbb203a9081fd0cf2d6d62161703924c6fa
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:^18.11.18":
|
"@types/node@npm:^18.11.18":
|
||||||
version: 18.19.100
|
version: 18.19.100
|
||||||
resolution: "@types/node@npm:18.19.100"
|
resolution: "@types/node@npm:18.19.100"
|
||||||
|
|
@ -11372,6 +11502,18 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"duplexify@npm:^4.1.3":
|
||||||
|
version: 4.1.3
|
||||||
|
resolution: "duplexify@npm:4.1.3"
|
||||||
|
dependencies:
|
||||||
|
end-of-stream: "npm:^1.4.1"
|
||||||
|
inherits: "npm:^2.0.3"
|
||||||
|
readable-stream: "npm:^3.1.1"
|
||||||
|
stream-shift: "npm:^1.0.2"
|
||||||
|
checksum: 10c0/8a7621ae95c89f3937f982fe36d72ea997836a708471a75bb2a0eecde3330311b1e128a6dad510e0fd64ace0c56bff3484ed2e82af0e465600c82117eadfbda5
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"eastasianwidth@npm:^0.2.0":
|
"eastasianwidth@npm:^0.2.0":
|
||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
resolution: "eastasianwidth@npm:0.2.0"
|
resolution: "eastasianwidth@npm:0.2.0"
|
||||||
|
|
@ -11499,6 +11641,15 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"end-of-stream@npm:^1.4.1":
|
||||||
|
version: 1.4.5
|
||||||
|
resolution: "end-of-stream@npm:1.4.5"
|
||||||
|
dependencies:
|
||||||
|
once: "npm:^1.4.0"
|
||||||
|
checksum: 10c0/b0701c92a10b89afb1cb45bf54a5292c6f008d744eb4382fa559d54775ff31617d1d7bc3ef617575f552e24fad2c7c1a1835948c66b3f3a4be0a6c1f35c883d8
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"engine.io-parser@npm:~5.2.1":
|
"engine.io-parser@npm:~5.2.1":
|
||||||
version: 5.2.3
|
version: 5.2.3
|
||||||
resolution: "engine.io-parser@npm:5.2.3"
|
resolution: "engine.io-parser@npm:5.2.3"
|
||||||
|
|
@ -13241,6 +13392,25 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"google-gax@npm:^5.0.0":
|
||||||
|
version: 5.0.5
|
||||||
|
resolution: "google-gax@npm:5.0.5"
|
||||||
|
dependencies:
|
||||||
|
"@grpc/grpc-js": "npm:^1.12.6"
|
||||||
|
"@grpc/proto-loader": "npm:^0.8.0"
|
||||||
|
duplexify: "npm:^4.1.3"
|
||||||
|
google-auth-library: "npm:^10.1.0"
|
||||||
|
google-logging-utils: "npm:^1.1.1"
|
||||||
|
node-fetch: "npm:^3.3.2"
|
||||||
|
object-hash: "npm:^3.0.0"
|
||||||
|
proto3-json-serializer: "npm:^3.0.0"
|
||||||
|
protobufjs: "npm:^7.5.3"
|
||||||
|
retry-request: "npm:^8.0.0"
|
||||||
|
rimraf: "npm:^5.0.1"
|
||||||
|
checksum: 10c0/fccac5987bf4e7d6361564e14abddc7e51567f0af386bb34967369b2a27c281da2b0b891242de0670ae443ff328968499dd0ec0faee671ea0068f7b05aaa8d04
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"google-logging-utils@npm:^0.0.2":
|
"google-logging-utils@npm:^0.0.2":
|
||||||
version: 0.0.2
|
version: 0.0.2
|
||||||
resolution: "google-logging-utils@npm:0.0.2"
|
resolution: "google-logging-utils@npm:0.0.2"
|
||||||
|
|
@ -13255,6 +13425,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"google-logging-utils@npm:^1.1.1":
|
||||||
|
version: 1.1.2
|
||||||
|
resolution: "google-logging-utils@npm:1.1.2"
|
||||||
|
checksum: 10c0/c589d469045e49073913ae0e25c53058584e47298b6178910f2395cb2790f102681ba0e61be5ee6db7726b4745a57110b1d75441a225a7c58c3f1081101f2444
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"gopd@npm:^1.0.1, gopd@npm:^1.2.0":
|
"gopd@npm:^1.0.1, gopd@npm:^1.2.0":
|
||||||
version: 1.2.0
|
version: 1.2.0
|
||||||
resolution: "gopd@npm:1.2.0"
|
resolution: "gopd@npm:1.2.0"
|
||||||
|
|
@ -13613,6 +13790,17 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"http-proxy-agent@npm:^5.0.0":
|
||||||
|
version: 5.0.0
|
||||||
|
resolution: "http-proxy-agent@npm:5.0.0"
|
||||||
|
dependencies:
|
||||||
|
"@tootallnate/once": "npm:2"
|
||||||
|
agent-base: "npm:6"
|
||||||
|
debug: "npm:4"
|
||||||
|
checksum: 10c0/32a05e413430b2c1e542e5c74b38a9f14865301dd69dff2e53ddb684989440e3d2ce0c4b64d25eb63cf6283e6265ff979a61cf93e3ca3d23047ddfdc8df34a32
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"http-proxy-agent@npm:^7.0.0, http-proxy-agent@npm:^7.0.2":
|
"http-proxy-agent@npm:^7.0.0, http-proxy-agent@npm:^7.0.2":
|
||||||
version: 7.0.2
|
version: 7.0.2
|
||||||
resolution: "http-proxy-agent@npm:7.0.2"
|
resolution: "http-proxy-agent@npm:7.0.2"
|
||||||
|
|
@ -14661,6 +14849,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"lodash.camelcase@npm:^4.3.0":
|
||||||
|
version: 4.3.0
|
||||||
|
resolution: "lodash.camelcase@npm:4.3.0"
|
||||||
|
checksum: 10c0/fcba15d21a458076dd309fce6b1b4bf611d84a0ec252cb92447c948c533ac250b95d2e00955801ebc367e5af5ed288b996d75d37d2035260a937008e14eaf432
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"lodash.castarray@npm:^4.4.0":
|
"lodash.castarray@npm:^4.4.0":
|
||||||
version: 4.4.0
|
version: 4.4.0
|
||||||
resolution: "lodash.castarray@npm:4.4.0"
|
resolution: "lodash.castarray@npm:4.4.0"
|
||||||
|
|
@ -14741,6 +14936,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"long@npm:^5.0.0":
|
||||||
|
version: 5.3.2
|
||||||
|
resolution: "long@npm:5.3.2"
|
||||||
|
checksum: 10c0/7130fe1cbce2dca06734b35b70d380ca3f70271c7f8852c922a7c62c86c4e35f0c39290565eca7133c625908d40e126ac57c02b1b1a4636b9457d77e1e60b981
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"longest-streak@npm:^3.0.0":
|
"longest-streak@npm:^3.0.0":
|
||||||
version: 3.1.0
|
version: 3.1.0
|
||||||
resolution: "longest-streak@npm:3.1.0"
|
resolution: "longest-streak@npm:3.1.0"
|
||||||
|
|
@ -17162,6 +17364,35 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"proto3-json-serializer@npm:^3.0.0":
|
||||||
|
version: 3.0.4
|
||||||
|
resolution: "proto3-json-serializer@npm:3.0.4"
|
||||||
|
dependencies:
|
||||||
|
protobufjs: "npm:^7.4.0"
|
||||||
|
checksum: 10c0/59150d5e6b396e00c0374e71eb4ebd6f33acd4212c0ad2acdda12181b08f923b733559d74ad78455085223efe24168d4d42887a8b8f15f7663f20debe5796081
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"protobufjs@npm:^7.4.0, protobufjs@npm:^7.5.3":
|
||||||
|
version: 7.5.4
|
||||||
|
resolution: "protobufjs@npm:7.5.4"
|
||||||
|
dependencies:
|
||||||
|
"@protobufjs/aspromise": "npm:^1.1.2"
|
||||||
|
"@protobufjs/base64": "npm:^1.1.2"
|
||||||
|
"@protobufjs/codegen": "npm:^2.0.4"
|
||||||
|
"@protobufjs/eventemitter": "npm:^1.1.0"
|
||||||
|
"@protobufjs/fetch": "npm:^1.1.0"
|
||||||
|
"@protobufjs/float": "npm:^1.0.2"
|
||||||
|
"@protobufjs/inquire": "npm:^1.1.0"
|
||||||
|
"@protobufjs/path": "npm:^1.1.2"
|
||||||
|
"@protobufjs/pool": "npm:^1.1.0"
|
||||||
|
"@protobufjs/utf8": "npm:^1.1.0"
|
||||||
|
"@types/node": "npm:>=13.7.0"
|
||||||
|
long: "npm:^5.0.0"
|
||||||
|
checksum: 10c0/913b676109ffb3c05d3d31e03a684e569be91f3bba8613da4a683d69d9dba948daa2afd7d2e7944d1aa6c417890c35d9d9a8883c1160affafb0f9670d59ef722
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"protocols@npm:^2.0.0, protocols@npm:^2.0.1":
|
"protocols@npm:^2.0.0, protocols@npm:^2.0.1":
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
resolution: "protocols@npm:2.0.2"
|
resolution: "protocols@npm:2.0.2"
|
||||||
|
|
@ -17570,7 +17801,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.2":
|
"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.2":
|
||||||
version: 3.6.2
|
version: 3.6.2
|
||||||
resolution: "readable-stream@npm:3.6.2"
|
resolution: "readable-stream@npm:3.6.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
@ -17916,6 +18147,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"retry-request@npm:^8.0.0":
|
||||||
|
version: 8.0.2
|
||||||
|
resolution: "retry-request@npm:8.0.2"
|
||||||
|
dependencies:
|
||||||
|
extend: "npm:^3.0.2"
|
||||||
|
teeny-request: "npm:^10.0.0"
|
||||||
|
checksum: 10c0/e0b44950d69fe8f51d4e808650cd0d06383cd711adcc71e7764b28b2f10a9ac3b2209f0c9ac0547df0745031810a259730b9d13b0070d69df9806c37432456a9
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"retry@npm:^0.12.0":
|
"retry@npm:^0.12.0":
|
||||||
version: 0.12.0
|
version: 0.12.0
|
||||||
resolution: "retry@npm:0.12.0"
|
resolution: "retry@npm:0.12.0"
|
||||||
|
|
@ -17941,7 +18182,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"rimraf@npm:^5.0.5":
|
"rimraf@npm:^5.0.1, rimraf@npm:^5.0.5":
|
||||||
version: 5.0.10
|
version: 5.0.10
|
||||||
resolution: "rimraf@npm:5.0.10"
|
resolution: "rimraf@npm:5.0.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
@ -19038,6 +19279,22 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"stream-events@npm:^1.0.5":
|
||||||
|
version: 1.0.5
|
||||||
|
resolution: "stream-events@npm:1.0.5"
|
||||||
|
dependencies:
|
||||||
|
stubs: "npm:^3.0.0"
|
||||||
|
checksum: 10c0/5d235a5799a483e94ea8829526fe9d95d76460032d5e78555fe4f801949ac6a27ea2212e4e0827c55f78726b3242701768adf2d33789465f51b31ed8ebd6b086
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"stream-shift@npm:^1.0.2":
|
||||||
|
version: 1.0.3
|
||||||
|
resolution: "stream-shift@npm:1.0.3"
|
||||||
|
checksum: 10c0/939cd1051ca750d240a0625b106a2b988c45fb5a3be0cebe9a9858cb01bc1955e8c7b9fac17a9462976bea4a7b704e317c5c2200c70f0ca715a3363b9aa4fd3b
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"streamsearch@npm:^1.1.0":
|
"streamsearch@npm:^1.1.0":
|
||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
resolution: "streamsearch@npm:1.1.0"
|
resolution: "streamsearch@npm:1.1.0"
|
||||||
|
|
@ -19241,6 +19498,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"stubs@npm:^3.0.0":
|
||||||
|
version: 3.0.0
|
||||||
|
resolution: "stubs@npm:3.0.0"
|
||||||
|
checksum: 10c0/841a4ab8c76795d34aefe129185763b55fbf2e4693208215627caea4dd62e1299423dcd96f708d3128e3dfa0e669bae2cb912e6e906d7d81eaf6493196570923
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"style-mod@npm:^4.0.0, style-mod@npm:^4.1.0":
|
"style-mod@npm:^4.0.0, style-mod@npm:^4.1.0":
|
||||||
version: 4.1.2
|
version: 4.1.2
|
||||||
resolution: "style-mod@npm:4.1.2"
|
resolution: "style-mod@npm:4.1.2"
|
||||||
|
|
@ -19448,6 +19712,18 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"teeny-request@npm:^10.0.0":
|
||||||
|
version: 10.1.0
|
||||||
|
resolution: "teeny-request@npm:10.1.0"
|
||||||
|
dependencies:
|
||||||
|
http-proxy-agent: "npm:^5.0.0"
|
||||||
|
https-proxy-agent: "npm:^5.0.0"
|
||||||
|
node-fetch: "npm:^3.3.2"
|
||||||
|
stream-events: "npm:^1.0.5"
|
||||||
|
checksum: 10c0/bbb95683c0a4ac5b0da5128f1d731f7b59d74910368b1ec12a435f39e37b37726e87d4a658f090308bb6adea935aec6e2dfc557a8510e89f2833b64d3adcfdfc
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"text-hex@npm:1.0.x":
|
"text-hex@npm:1.0.x":
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
resolution: "text-hex@npm:1.0.0"
|
resolution: "text-hex@npm:1.0.0"
|
||||||
|
|
@ -19994,6 +20270,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"undici-types@npm:~7.16.0":
|
||||||
|
version: 7.16.0
|
||||||
|
resolution: "undici-types@npm:7.16.0"
|
||||||
|
checksum: 10c0/3033e2f2b5c9f1504bdc5934646cb54e37ecaca0f9249c983f7b1fc2e87c6d18399ebb05dc7fd5419e02b2e915f734d872a65da2e3eeed1813951c427d33cc9a
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"unified@npm:^11.0.0":
|
"unified@npm:^11.0.0":
|
||||||
version: 11.0.5
|
version: 11.0.5
|
||||||
resolution: "unified@npm:11.0.5"
|
resolution: "unified@npm:11.0.5"
|
||||||
|
|
@ -20824,7 +21107,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"yargs@npm:17.7.2":
|
"yargs@npm:17.7.2, yargs@npm:^17.7.2":
|
||||||
version: 17.7.2
|
version: 17.7.2
|
||||||
resolution: "yargs@npm:17.7.2"
|
resolution: "yargs@npm:17.7.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue