Skip to content

Commit 2defaf7

Browse files
committed
Merge remote-tracking branch 'origin/HEAD' into reserved-ip
2 parents 2953d21 + c56b451 commit 2defaf7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

interface.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,17 @@ variables:
205205
and:
206206
- use_existing_database
207207
# Vault
208+
use_existing_api_key:
209+
type: boolean
210+
title: Use an existing API key
211+
required: true
212+
default: false
213+
description: The API key will be used to authenticate the user when using the OCI devops repository
214+
api_key:
215+
type: file
216+
title: Private key
217+
required: true
218+
visible: use_existing_api_key
208219
use_existing_vault:
209220
type: boolean
210221
title: Use an existing key vault

0 commit comments

Comments
 (0)