Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDM Proposition creating resource without System filled in #192

Open
akodhawan opened this issue May 14, 2024 · 0 comments
Open

MDM Proposition creating resource without System filled in #192

akodhawan opened this issue May 14, 2024 · 0 comments

Comments

@akodhawan
Copy link

MDM Proposition creating resource without System filled in

Seems like from MDM Proposition API it supports organizationGuid & defaultCustomerOrganizationGuid & propositionGuid to be created w/o system but that fails at a later stage when Proposition Update is required to say enable Notifications.

"description": "Terraform managed proposition", "organizationGuid": { "value": "64dc61b6-e066-48d9-8253-7e9d63cxxxxx" }, "propositionGuid": { "system": "https://idm-client-test.eu-west.philips-healthsuite.com/authorize/identity/", "value": "b995081a-3655-477a-857e-7e9d63cxxxxx" }, "globalReferenceId": "708f6915-1897-b76e-2fda-7e9d63cxxxxx", "defaultCustomerOrganizationGuid": { "value": "64dc61b6-e066-48d9-8253-7e9d63cxxxxx" }, "status": "ACTIVE",

Short term fix: Add explicitly system while creating Proposition

Long Term fix:

  • MDM API Allowing resources to be creating w/o system & not defaulting to IAM in case not provided.
  • Connect SS during Prop Update have System as mandatory requirement & should be relaxed as a check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant