Skip to content

Commit 4996aca

Browse files
Marketplace UI does not indicate the correct Format for OCIR registry user during Provisioning (#196)
1 parent 29a7ec8 commit 4996aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ variables:
23172317
- ${use_autoscaling}
23182318
type: string
23192319
title: "Registry User Name"
2320-
description: "The user name to access the Oracle Cloud Infrastructure Registry (OCIR) for deploying autoscaling OCI functions"
2320+
description: "The user name to access the Oracle Cloud Infrastructure Registry (OCIR) for deploying autoscaling OCI functions, which has the format {identity domain name}/{username}. If your tenancy is using Oracle Identity Cloud Service, use the format oracleidentitycloudservice/{username}."
23212321
required: true
23222322

23232323
ocir_auth_token_compartment_id:

terraform/schema_14110.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ variables:
18541854
- ${use_autoscaling}
18551855
type: string
18561856
title: "Registry User Name"
1857-
description: "The user name to access the Oracle Cloud Infrastructure Registry (OCIR) for deploying autoscaling OCI functions"
1857+
description: "The user name to access the Oracle Cloud Infrastructure Registry (OCIR) for deploying autoscaling OCI functions, which has the format {identity domain name}/{username}. If your tenancy is using Oracle Identity Cloud Service, use the format oracleidentitycloudservice/{username}."
18581858
required: true
18591859

18601860
ocir_auth_token_compartment_id:

0 commit comments

Comments
 (0)