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
It seems that cloudify.relationships.aws.rds.instance.connected_to relationship for role need to be updated when associating multiple roles with RDS Instance because the current code right now suppose that iam_role_type_key & iam_role_id_key should not be both exists when having relationship with RDS Instance which is wrong and need to be updated
It seems that
cloudify.relationships.aws.rds.instance.connected_to
relationship forrole
need to be updated when associating multiple roles with RDS Instance because the current code right now suppose thatiam_role_type_key
&iam_role_id_key
should not be both exists when having relationship with RDS Instance which is wrong and need to be updatedThe code need to be updated so that we can force both attributes to be passed when attaching roles to RDS Instance
Code need to be updated here https://github.com/cloudify-cosmo/cloudify-aws-plugin/blob/master/cloudify_aws/rds/resources/instance.py#L181
And we need also to update the examples https://github.com/cloudify-cosmo/cloudify-aws-plugin/blob/master/examples/rds-feature-demo/blueprint.yaml#L94
The text was updated successfully, but these errors were encountered: