The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Allow about Anonymous Build

JongBum Lee
Contributor
December 16, 2016

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

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 16, 2016

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
JongBum Lee
Contributor
December 19, 2016

Thank you very much for letting me know.

TAGS
AUG Leaders

Atlassian Community Events