Open amenaafreen opened 2 years ago
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
Do you have an example of your stage/pipeline code? I am using the YAML format and it does seem to be working as expected for me
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