Skip to content

Commit 83164f4

Browse files
rename to googleCloudSecret
1 parent ccae8f2 commit 83164f4

32 files changed

+886
-886
lines changed

docs/snippets/schemas/v3/app.schema.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
{
4545
"type": "object",
4646
"properties": {
47-
"gcpSecretPath": {
47+
"googleCloudSecret": {
4848
"type": "string",
49-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
49+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
5050
}
5151
},
5252
"required": [
53-
"gcpSecretPath"
53+
"googleCloudSecret"
5454
],
5555
"additionalProperties": false
5656
}
@@ -106,13 +106,13 @@
106106
{
107107
"type": "object",
108108
"properties": {
109-
"gcpSecretPath": {
109+
"googleCloudSecret": {
110110
"type": "string",
111-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
111+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
112112
}
113113
},
114114
"required": [
115-
"gcpSecretPath"
115+
"googleCloudSecret"
116116
],
117117
"additionalProperties": false
118118
}

docs/snippets/schemas/v3/azuredevops.schema.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
{
2929
"type": "object",
3030
"properties": {
31-
"gcpSecretPath": {
31+
"googleCloudSecret": {
3232
"type": "string",
33-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
33+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
3434
}
3535
},
3636
"required": [
37-
"gcpSecretPath"
37+
"googleCloudSecret"
3838
],
3939
"additionalProperties": false
4040
}

docs/snippets/schemas/v3/bitbucket.schema.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
{
3333
"type": "object",
3434
"properties": {
35-
"gcpSecretPath": {
35+
"googleCloudSecret": {
3636
"type": "string",
37-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
37+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
3838
}
3939
},
4040
"required": [
41-
"gcpSecretPath"
41+
"googleCloudSecret"
4242
],
4343
"additionalProperties": false
4444
}

docs/snippets/schemas/v3/connection.schema.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
{
3333
"type": "object",
3434
"properties": {
35-
"gcpSecretPath": {
35+
"googleCloudSecret": {
3636
"type": "string",
37-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
37+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
3838
}
3939
},
4040
"required": [
41-
"gcpSecretPath"
41+
"googleCloudSecret"
4242
],
4343
"additionalProperties": false
4444
}
@@ -240,13 +240,13 @@
240240
{
241241
"type": "object",
242242
"properties": {
243-
"gcpSecretPath": {
243+
"googleCloudSecret": {
244244
"type": "string",
245-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
245+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
246246
}
247247
},
248248
"required": [
249-
"gcpSecretPath"
249+
"googleCloudSecret"
250250
],
251251
"additionalProperties": false
252252
}
@@ -442,13 +442,13 @@
442442
{
443443
"type": "object",
444444
"properties": {
445-
"gcpSecretPath": {
445+
"googleCloudSecret": {
446446
"type": "string",
447-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
447+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
448448
}
449449
},
450450
"required": [
451-
"gcpSecretPath"
451+
"googleCloudSecret"
452452
],
453453
"additionalProperties": false
454454
}
@@ -709,13 +709,13 @@
709709
{
710710
"type": "object",
711711
"properties": {
712-
"gcpSecretPath": {
712+
"googleCloudSecret": {
713713
"type": "string",
714-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
714+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
715715
}
716716
},
717717
"required": [
718-
"gcpSecretPath"
718+
"googleCloudSecret"
719719
],
720720
"additionalProperties": false
721721
}
@@ -877,13 +877,13 @@
877877
{
878878
"type": "object",
879879
"properties": {
880-
"gcpSecretPath": {
880+
"googleCloudSecret": {
881881
"type": "string",
882-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
882+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
883883
}
884884
},
885885
"required": [
886-
"gcpSecretPath"
886+
"googleCloudSecret"
887887
],
888888
"additionalProperties": false
889889
}

docs/snippets/schemas/v3/gitea.schema.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
{
2929
"type": "object",
3030
"properties": {
31-
"gcpSecretPath": {
31+
"googleCloudSecret": {
3232
"type": "string",
33-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
33+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
3434
}
3535
},
3636
"required": [
37-
"gcpSecretPath"
37+
"googleCloudSecret"
3838
],
3939
"additionalProperties": false
4040
}

docs/snippets/schemas/v3/github.schema.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
{
2929
"type": "object",
3030
"properties": {
31-
"gcpSecretPath": {
31+
"googleCloudSecret": {
3232
"type": "string",
33-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
33+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
3434
}
3535
},
3636
"required": [
37-
"gcpSecretPath"
37+
"googleCloudSecret"
3838
],
3939
"additionalProperties": false
4040
}

docs/snippets/schemas/v3/gitlab.schema.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
{
2929
"type": "object",
3030
"properties": {
31-
"gcpSecretPath": {
31+
"googleCloudSecret": {
3232
"type": "string",
33-
"description": "The path to the GCP secret that contains the token. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`."
33+
"description": "The resource name of a Google Cloud secret. Must be in the format `projects/<project-id>/secrets/<secret-name>/versions/<version-id>`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets"
3434
}
3535
},
3636
"required": [
37-
"gcpSecretPath"
37+
"googleCloudSecret"
3838
],
3939
"additionalProperties": false
4040
}

0 commit comments

Comments
 (0)