You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: switch SM to service auth for IAM config engine
* chore: add prefix support to service ID names
* chore: add ibmcloud-api prop
* chore: update access permissions on service api and access group
@@ -523,6 +527,7 @@ statement instead the previous block.
523
527
| <aname="input_evidence_repo_name"></a> [evidence\_repo\_name](#input\_evidence\_repo\_name)| Set to use a custom name for the Evidence repository. |`string`|`""`| no |
524
528
| <aname="input_evidence_repo_secret_group"></a> [evidence\_repo\_secret\_group](#input\_evidence\_repo\_secret\_group)| Secret group for the Evidence repository secret. Defaults to the value set in `sm_secret_group` if not set. Only used with `Secrets Manager`. |`string`|`""`| no |
525
529
| <aname="input_force_create_standard_api_key"></a> [force\_create\_standard\_api\_key](#input\_force\_create\_standard\_api\_key)| 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. |`bool`|`false`| no |
530
+
| <aname="input_ibmcloud_api"></a> [ibmcloud\_api](#input\_ibmcloud\_api)| The environment URL. When left unset this will default to `https://cloud.ibm.com`|`string`|`""`| no |
526
531
| <aname="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key)| The API key used to create the toolchains. (See deployment guide.) |`string`| n/a | yes |
527
532
| <aname="input_inventory_group"></a> [inventory\_group](#input\_inventory\_group)| Specify the Git user or group for the inventory repository. |`string`|`""`| no |
528
533
| <aname="input_inventory_repo_auth_type"></a> [inventory\_repo\_auth\_type](#input\_inventory\_repo\_auth\_type)| Select the method of authentication that is used to access the Git repository. Valid values are 'oauth' or 'pat'. Defaults to `oauth` when unset. `pat` is a git `personal access token`. |`string`|`""`| no |
Copy file name to clipboardexpand all lines: ibm_catalog.json
+14
Original file line number
Diff line number
Diff line change
@@ -1531,6 +1531,13 @@
1531
1531
"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.",
1532
1532
"required": false
1533
1533
},
1534
+
{
1535
+
"key": "ibmcloud_api",
1536
+
"type": "string",
1537
+
"default_value": "",
1538
+
"description": "The environment URL. When left unset this will default to `https://cloud.ibm.com`",
1539
+
"required": false
1540
+
},
1534
1541
{
1535
1542
"key": "inventory_group",
1536
1543
"type": "string",
@@ -3672,6 +3679,13 @@
3672
3679
"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.",
3673
3680
"required": false
3674
3681
},
3682
+
{
3683
+
"key": "ibmcloud_api",
3684
+
"type": "string",
3685
+
"default_value": "",
3686
+
"description": "The environment URL. When left unset this will default to `https://cloud.ibm.com`",
Copy file name to clipboardexpand all lines: solutions/code-engine/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,7 @@ No resources.
241
241
| <aname="input_evidence_repo_name"></a> [evidence\_repo\_name](#input\_evidence\_repo\_name)| Set to use a custom name for the Evidence repository. |`string`|`""`| no |
242
242
| <aname="input_evidence_repo_secret_group"></a> [evidence\_repo\_secret\_group](#input\_evidence\_repo\_secret\_group)| Secret group for the Evidence repository secret. Defaults to the value set in `sm_secret_group` if not set. Only used with `Secrets Manager`. |`string`|`""`| no |
243
243
| <aname="input_force_create_standard_api_key"></a> [force\_create\_standard\_api\_key](#input\_force\_create\_standard\_api\_key)| 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. |`bool`|`false`| no |
244
+
| <aname="input_ibmcloud_api"></a> [ibmcloud\_api](#input\_ibmcloud\_api)| The environment URL. When left unset this will default to `https://cloud.ibm.com`|`string`|`""`| no |
244
245
| <aname="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key)| The API key used to create the toolchains. (See deployment guide.) |`string`| n/a | yes |
245
246
| <aname="input_inventory_group"></a> [inventory\_group](#input\_inventory\_group)| Specify the Git user or group for the inventory repository. |`string`|`""`| no |
246
247
| <aname="input_inventory_repo_auth_type"></a> [inventory\_repo\_auth\_type](#input\_inventory\_repo\_auth\_type)| Select the method of authentication that is used to access the Git repository. Valid values are 'oauth' or 'pat'. Defaults to `oauth` when unset. `pat` is a git `personal access token`. |`string`|`""`| no |
0 commit comments