Miactl issues with visibility, supportedBy properties #593
-
What product are you having troubles with?Console What Console version are you using?1.112.1 DescriptionWe have 2 separate installations of Mia, prod and non-prod. During the development of github actions while working with our non-prod instance, we opened a discussion, #589 , to get assistance with properties that were causing issues when deploying plugins. We were able to address the issues based on the provided schema, and were successful in deploying to our non-prod instance. Now that we are trying to deploy to our production environment, we are seeing errors with items that seem to be supported in the schema. Versions were compared against prod and non-prod (without difference): Mia-Platform Suite Version: 13.4.0 We use identical JSON documents in our prod and non-prod instances, and our github action sets the Actual OutcomeWhen documents have We removed the item and tried from my local machine: Finally, we removed the Expected OutcomeWe expect to be able to define the Additionally, we would like to configure our prod and non-prod instances to treat plugins the same. Currently, we do not know how to validate what the differences are. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @dallas-fletchall , the issue is a permissions one. Some fields (namely |
Beta Was this translation helpful? Give feedback.
Hi @dallas-fletchall ,
the issue is a permissions one. Some fields (namely
visibility
,supportedBy
,supportedByImage
andpublishOnMiaDocumentation
) can be set only by Company Owners or Project Administrators with themarketplace.manage.root
permission. It seems like these conditions are only met on the no-prod installation.