We have a scenario where we have RBAC enabled with which docker trigger doesn't work.
For that we have enabled pipeline permissions in Spinnaker, as provided in the documentation.
https://spinnaker.io/docs/setup/other_config/security/authorization/pipeline-permissions/
But after enabling pipeline permissions the roles section form the dinghymodules in not getting reflected in the UI
"roles": [
"AD-groupo-object-ID"
]
manual addition of the AD group from the UI works where as from dinghy modules it doesn't
Could you please help on this