1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-16 05:16:08 +02:00

CPI- Change resourceRef of apiServiceKey (#2950)

* Change name and param in yaml

Change name and param in resourceRef of apiServiceKey param

* Generate go code
This commit is contained in:
Linda Siebert 2021-06-28 16:57:37 +02:00 committed by GitHub
parent 6426a2f792
commit 49f4fcf43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 24 additions and 24 deletions

View File

@ -123,8 +123,8 @@ func integrationArtifactDeployMetadata() config.StepData {
Name: "apiServiceKey",
ResourceRef: []config.ResourceReference{
{
Name: "cpiServiceKeyCredentialId",
Param: "serviceKey",
Name: "cpiApiServiceKeyCredentialsId",
Param: "apiServiceKey",
Type: "secret",
},
},

View File

@ -124,8 +124,8 @@ func integrationArtifactDownloadMetadata() config.StepData {
Name: "apiServiceKey",
ResourceRef: []config.ResourceReference{
{
Name: "cpiServiceKeyCredentialId",
Param: "serviceKey",
Name: "cpiApiServiceKeyCredentialsId",
Param: "apiServiceKey",
Type: "secret",
},
},

View File

@ -152,8 +152,8 @@ func integrationArtifactGetMplStatusMetadata() config.StepData {
Name: "apiServiceKey",
ResourceRef: []config.ResourceReference{
{
Name: "cpiServiceKeyCredentialId",
Param: "serviceKey",
Name: "cpiApiServiceKeyCredentialsId",
Param: "apiServiceKey",
Type: "secret",
},
},

View File

@ -152,8 +152,8 @@ func integrationArtifactGetServiceEndpointMetadata() config.StepData {
Name: "apiServiceKey",
ResourceRef: []config.ResourceReference{
{
Name: "cpiServiceKeyCredentialId",
Param: "serviceKey",
Name: "cpiApiServiceKeyCredentialsId",
Param: "apiServiceKey",
Type: "secret",
},
},

View File

@ -129,8 +129,8 @@ func integrationArtifactUpdateConfigurationMetadata() config.StepData {
Name: "apiServiceKey",
ResourceRef: []config.ResourceReference{
{
Name: "cpiServiceKeyCredentialId",
Param: "serviceKey",
Name: "cpiApiServiceKeyCredentialsId",
Param: "apiServiceKey",
Type: "secret",
},
},

View File

@ -130,8 +130,8 @@ func integrationArtifactUploadMetadata() config.StepData {
Name: "apiServiceKey",
ResourceRef: []config.ResourceReference{
{
Name: "cpiServiceKeyCredentialId",
Param: "serviceKey",
Name: "cpiApiServiceKeyCredentialsId",
Param: "apiServiceKey",
Type: "secret",
},
},

View File

@ -19,9 +19,9 @@ spec:
mandatory: true
secret: true
resourceRef:
- name: cpiServiceKeyCredentialId
- name: cpiApiServiceKeyCredentialsId
type: secret
param: serviceKey
param: apiServiceKey
- name: integrationFlowId
type: string
description: Specifies the ID of the Integration Flow artifact

View File

@ -19,9 +19,9 @@ spec:
mandatory: true
secret: true
resourceRef:
- name: cpiServiceKeyCredentialId
- name: cpiApiServiceKeyCredentialsId
type: secret
param: serviceKey
param: apiServiceKey
- name: integrationFlowId
type: string
description: Specifies the ID of the Integration Flow artifact

View File

@ -19,9 +19,9 @@ spec:
mandatory: true
secret: true
resourceRef:
- name: cpiServiceKeyCredentialId
- name: cpiApiServiceKeyCredentialsId
type: secret
param: serviceKey
param: apiServiceKey
- name: integrationFlowId
type: string
description: Specifies the ID of the Integration Flow artifact

View File

@ -19,9 +19,9 @@ spec:
mandatory: true
secret: true
resourceRef:
- name: cpiServiceKeyCredentialId
- name: cpiApiServiceKeyCredentialsId
type: secret
param: serviceKey
param: apiServiceKey
- name: integrationFlowId
type: string
description: Specifies the ID of the Integration Flow artifact

View File

@ -19,9 +19,9 @@ spec:
mandatory: true
secret: true
resourceRef:
- name: cpiServiceKeyCredentialId
- name: cpiApiServiceKeyCredentialsId
type: secret
param: serviceKey
param: apiServiceKey
- name: integrationFlowId
type: string
description: Specifies the ID of the Integration Flow artifact

View File

@ -19,9 +19,9 @@ spec:
mandatory: true
secret: true
resourceRef:
- name: cpiServiceKeyCredentialId
- name: cpiApiServiceKeyCredentialsId
type: secret
param: serviceKey
param: apiServiceKey
- name: integrationFlowId
type: string
description: Specifies the ID of the Integration Flow artifact