Skip to content
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

Add support for gocd.guest.user.auth.plugin #5

Open
grundic opened this issue Apr 13, 2017 · 0 comments
Open

Add support for gocd.guest.user.auth.plugin #5

grundic opened this issue Apr 13, 2017 · 0 comments

Comments

@grundic
Copy link
Owner

grundic commented Apr 13, 2017

Right now it's possible to login with guest like this:

from yagocd import Yagocd

go = Yagocd(server='https://build.gocd.io')

# login as guest
go._session.get('https://build.gocd.io/go/plugin/interact/gocd.guest.user.auth.plugin/index')

print(len(list(go.pipelines)))

Should be separate method, somewhere in Session and special parameter for controlling this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant