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
when creating an authorization you should be able to specify in which resource group it applies:
$> ibmcloud iam authorization-policy-create --help
NAME:
authorization-policy-create - Create an authorization policy to allow a service instance access to another service instance.
USAGE:
ibmcloud iam authorization-policy-create { SOURCE_SERVICE_NAME TARGET_SERVICE_NAME ROLE_NAME1,ROLE_NAME2... [--source-service-instance-name SOURCE_SERVICE_INSTANCE_NAME | --source-service-instance-id SOURCE_SERVICE_INSTANCE_ID] [--source-service-account ACCOUNT_GUID] [--source-resource-group-id RESOURCE_GROUP_ID] [--source-resource-type RESOURCE_TYPE] [--source-resource RESOURCE] [--target-service-instance-name TARGET_SERVICE_INSTANCE_NAME | --target-service-instance-id TARGET_SERVICE_INSTANCE_ID] [--target-resource-group-id RESOURCE_GROUP_ID] [--target-resource-type RESOURCE_TYPE] | --file JSON_FILE } [--output FORMAT] [-q, --quiet]
To use advanced operators to create wildcard policies, use a JSON policy document with the "--file" option. For more information about creating wildcard policies, see https://cloud.ibm.com/docs/iam?topic=iam-wildcard#policy-js
OPTIONS:
...
--source-resource-group-id value Source resource group ID, mutually exclusive with '--source-service-instance-id'.
...
--target-resource-group-id value Target resource group ID, mutually exclusive with '--target-service-instance-id'.
...
when creating an authorization you should be able to specify in which resource group it applies:
It is missing from the provider https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/resource_ibm_iam_authorization_policy.go
The text was updated successfully, but these errors were encountered: