Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,813
Community Members
 
Community Events
184
Community Groups

Is it possible to use Bearer authentication to download log files?

I've found that one can generate a Personal Access Token to interact with the Bamboo API in place of a username/password, but I have had trouble using my PAT to download logs from previous Bamboo builds.

Via the /rest/api endpoints using Bearer authentication, I can successfully load a resource like so:

https://{host}/rest/api/latest/result/{build-plan}-148?expand=artifacts

And I can list the build artifacts which includes a link to the log I want like so:

https://{host}/download/{build-plan}/build_logs/{build-plan}-148.log

But when I attempt to access the .log resource above using the same Bearer authentication I get an authorization error and it treats me like I am not logged in.

My assumption is that if the log file were available at a /rest/api URL that would have been provided in the list of build artifacts, so I suppose at this point I just want confirmation that using Bearer authentication to get a log file is not supported.

1 answer

1 accepted

2 votes
Answer accepted
Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 14, 2020

Hi @Mike Boharsik 

I think you are right. Per https://confluence.atlassian.com/bamboo/personal-access-tokens-976779873.html the PAT are eligible to be used only for REST resources.

Is accessing the logs supported using bamboo rest api? 

Like IG likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events