I not sure that can I ask here. Or open an issue in github.com/gocd/gocd 

But I knew that CCMenu and good is compatible. But I cannot use CCMenu 
since out system admin want us to login good with gitlab. So gocd account 
have no password.

I try to use access token as a password. I did not know that, we use token 
as a password is good for security issue but gitlab allow to use access as 
password when want to call gitlab rest api.

curl -u username:<access_token> https://ci.example.com/go/cctray.xml

is not able to use.

curl -H 'Authorization: Bearer <access_token>' https://ci.example.com/go/

is work fine.

What can I do to use CCMenu with gitlab authentication. Or any one add 
feature allow user to use token as an password. So I can use CCMenu with 
current version.

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/f5a431d0-58e8-4cff-b6e4-5872c0b3844d%40googlegroups.com.

Reply via email to