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
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
The state conductor requires extra privilege to run. Some that are customer privilege other privilege that Marklogic locks down. There should be a role created that has all the need privilege to run. There is a role called state-conductor-operator that could be used for this. It hasn't been updated in some time and some would need to go through the code and make sure it has all the required privilege to run.
The state conductor can call custom module that should not have the elevated privilege form this role. In order to allow state-conductor-operator to have the elevated privilege but not the custom modules an amp could be places on the processJob function and we could ignore amps when calling the custom modules.
The text was updated successfully, but these errors were encountered:
The state conductor requires extra privilege to run. Some that are customer privilege other privilege that Marklogic locks down. There should be a role created that has all the need privilege to run. There is a role called state-conductor-operator that could be used for this. It hasn't been updated in some time and some would need to go through the code and make sure it has all the required privilege to run.
The state conductor can call custom module that should not have the elevated privilege form this role. In order to allow state-conductor-operator to have the elevated privilege but not the custom modules an amp could be places on the processJob function and we could ignore amps when calling the custom modules.
The text was updated successfully, but these errors were encountered: