diff --git a/ibm_catalog.json b/ibm_catalog.json index 56b7089..78ea8a8 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -280,7 +280,7 @@ { "key": "force_create_standard_api_key", "type": "boolean", - "default_value": false, + "default_value": true, "description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.", "required": false }, @@ -771,7 +771,7 @@ { "key": "force_create_standard_api_key", "type": "boolean", - "default_value": false, + "default_value": true, "description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.", "required": false }, diff --git a/kubernetes/stack_definition.json b/kubernetes/stack_definition.json index c43114f..dbbeb5d 100644 --- a/kubernetes/stack_definition.json +++ b/kubernetes/stack_definition.json @@ -462,7 +462,7 @@ "inputs": [ { "name": "existing_resource_group_name", - "value": "ref:../../members/1a - Resource Group/outputs/resource_group_name" + "value": "ref:../../members/1a - Resource Group/outputs/single_resource_group_name" }, { "name": "region",