-
Notifications
You must be signed in to change notification settings - Fork 7
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
Query regarding Authorisation #39
Comments
@rohit4813 you would need to create a role in GoCD and add users to it. Once this is done, you can assign pipeline group permissions accordingly. You can read more here |
@ankitsri11 Since the question is about "default role" for people who're "new" (not in the users' table yet), are you saying that having a role will mean that these new/default users will automatically be provided view permission only? |
@arvindsv No, it will not automatically assign the view permission. Currently, the authorization part is not supported for this plugin. Sorry, if I wasn't clear in my response. I meant to create a GoCD role (not plugin role type) and then add users who are in the user's list to the role. Once users are part of a role, pipeline group permissions can be defined accordingly. |
@rohit4813 A workaround would be to have a GoCD superadmin and make him/her the pipeline group owner. Now when a new user logs in (who had never logged in before) will not see pipelines of that group. For example, I have below two users:
Assigned "goadmin" as pipeline group admin. Now, when "user1" logs in for the first time, it won't see any pipelines from that group. Later, you can give permission accordingly. |
We are trying to provide default role for all the people trying to login via Google oauth plugin.
They are getting pipeline trigger access as well.
We understand that Authorisation bit is to be done yet.
Is there any other way to achieve the same. I do not want all users who logs in with Google to have access to trigger the build.
And also curious to know what is the timeline for Authorisation bit to be done.
Thank in advance.
The text was updated successfully, but these errors were encountered: