Forums

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

bamboo.plan.directory.info.rest system property is disabled by default. How to set it to local?

Nikita Bedmutha June 18, 2018

As per https://confluence.atlassian.com/bamboo/plan-directory-information-rest-api-750396160.html, 'bamboo.plan.directory.info.rest' property is set to disabled by default. I want to make teh REST call to /rest/api/latest/planDirectoryInfo/{planKey} but i am getting 401 Access denied. I suspect we need to modify the disabled property to local or authenticated. But where to find this property? in which file ?

2 answers

1 accepted

0 votes
Answer accepted
Steffen Opel _Utoolity_
Community Champion
June 18, 2018

As outlined in more detail within Plan directory information REST API, the "bamboo.plan.directory.info.rest is a system property with the following settings":

disabled (default)
The plan directory information REST API is disabled and all requests will be rejected

local
The plan directory information REST API is available without authentication to any request originating from localhost

anonymous
The plan directory information REST API is accessible anonymously

authenticated
The plan directory information REST API is accessible to any authenticated request

authenticated-admin
The plan directory information REST API is accessible to any request authenticated as an administrator

[...]

Please refer to Configuring your system properties for details on the various options "how to set Java properties and options on startup for Bamboo".

Nikita Bedmutha June 18, 2018

Thanks

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 18, 2018

Hello,

401 error means that you are not authenticated. How do you make the REST call? Do you pass the authorization info?

Nikita Bedmutha June 18, 2018

Yes, I pass the username and password as Basic Auth

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events