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:
parent
6426a2f792
commit
49f4fcf43b
@ -123,8 +123,8 @@ func integrationArtifactDeployMetadata() config.StepData {
|
||||
Name: "apiServiceKey",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "cpiServiceKeyCredentialId",
|
||||
Param: "serviceKey",
|
||||
Name: "cpiApiServiceKeyCredentialsId",
|
||||
Param: "apiServiceKey",
|
||||
Type: "secret",
|
||||
},
|
||||
},
|
||||
|
@ -124,8 +124,8 @@ func integrationArtifactDownloadMetadata() config.StepData {
|
||||
Name: "apiServiceKey",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "cpiServiceKeyCredentialId",
|
||||
Param: "serviceKey",
|
||||
Name: "cpiApiServiceKeyCredentialsId",
|
||||
Param: "apiServiceKey",
|
||||
Type: "secret",
|
||||
},
|
||||
},
|
||||
|
@ -152,8 +152,8 @@ func integrationArtifactGetMplStatusMetadata() config.StepData {
|
||||
Name: "apiServiceKey",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "cpiServiceKeyCredentialId",
|
||||
Param: "serviceKey",
|
||||
Name: "cpiApiServiceKeyCredentialsId",
|
||||
Param: "apiServiceKey",
|
||||
Type: "secret",
|
||||
},
|
||||
},
|
||||
|
@ -152,8 +152,8 @@ func integrationArtifactGetServiceEndpointMetadata() config.StepData {
|
||||
Name: "apiServiceKey",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "cpiServiceKeyCredentialId",
|
||||
Param: "serviceKey",
|
||||
Name: "cpiApiServiceKeyCredentialsId",
|
||||
Param: "apiServiceKey",
|
||||
Type: "secret",
|
||||
},
|
||||
},
|
||||
|
@ -129,8 +129,8 @@ func integrationArtifactUpdateConfigurationMetadata() config.StepData {
|
||||
Name: "apiServiceKey",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "cpiServiceKeyCredentialId",
|
||||
Param: "serviceKey",
|
||||
Name: "cpiApiServiceKeyCredentialsId",
|
||||
Param: "apiServiceKey",
|
||||
Type: "secret",
|
||||
},
|
||||
},
|
||||
|
@ -130,8 +130,8 @@ func integrationArtifactUploadMetadata() config.StepData {
|
||||
Name: "apiServiceKey",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "cpiServiceKeyCredentialId",
|
||||
Param: "serviceKey",
|
||||
Name: "cpiApiServiceKeyCredentialsId",
|
||||
Param: "apiServiceKey",
|
||||
Type: "secret",
|
||||
},
|
||||
},
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user