Dear All
I want to give an anonymous user build permissions using the REST API.
But, it can not be set by the permission of BAMBOO system.
How do I grant build permissions to anonymous users?
Thanks
Best Regards
It's not secure so it's not possible in Bamboo.
If you can't configure build permission to anonymous user you can create dummy user (admin/admin) and configure REST calls to use these credentials via Basic authorization
curl -u admin:admin http://bamboo
or
wget --user admin --password admin http://bamboo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.