Jon Hadfield
Jon Hadfield
I had exactly the same and turned out talisman doesn't handle files with hex/base64 content (at least that's what the message was). For me it was the files (vendor/* and...
For me, it was base64 encoded content.
Take a look at: https://github.com/zalando/go-keyring/issues/45 where I've managed to get it running on docker with Ubuntu 18.04.
It's currently hard-coded as https://gitlab.com/api/v4. I don't _think_ it'd take much to introduce an API URL override. Will take a look.
I'm not able to test myself as I don't have my own gitlab setup, but I've just introduced an undocumented option to specify an API URL override for each provider:...
Thanks for the feedback. I'm fairly certain this is linked to an existing issue I've not around to: https://github.com/jonhadfield/soba/issues/10. I'll try and take a look tomorrow.
I've just put out a new release: https://github.com/jonhadfield/soba/releases/tag/1.1.3-beta.1 This adds pagination for group projects, which is where I suspect the issue is. I may not be bringing back all groups...
Ah, subgroups aren't aren't automatically returned when requesting all groups. It's a separate API call. That shouldn't take long to add though. For 'Owner only Groups', that was kind of...
Sorry for the delay. I've discovered there are various ways to retrieve Groups, and my above comment on sub-Groups was incorrect. In [1.1.3-beta.1](https://github.com/jonhadfield/soba/releases/tag/1.1.3-beta.1) I was attempting to retrieve 'all available'...
It turns out retrieving Groups by minimum access level doesn't work across the whole of GitLab, but only local ones. The alternative is to retrieve Projects by minimum access level,...