-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitbucket Server: Send password as Bearer instead of Basic Auth #2461
Conversation
Signed-off-by: Devan Patel <[email protected]>
@Dev25 can you updates the docs too? |
@jamengual I can do but what docs were you hoping for here? The current docs linked above ask users to create a personal access token which is not changing at all. I can add a note to indicate that the token will be sent as a Bearer token to Bitbucket? |
yes, a not should be enough. |
Signed-off-by: Dev <[email protected]>
Docs updated @jamengual |
Thanks @Dev25 for the contribution |
…tlantis#2461) * Bitbucket Server: Send password as Bearer instead of Basic Auth Signed-off-by: Devan Patel <[email protected]> * docs: Add Bearer note for Bitbucket Server auth Signed-off-by: Dev <[email protected]> Signed-off-by: Devan Patel <[email protected]> Signed-off-by: Dev <[email protected]>
The atlantis docs for using with Bitbucket Server tells users to create Personal Access Tokens for authenticating with Bitbucket Server.
As per bitbucket Using HTTP access tokens, you can send the token as Basic Auth or Bearer with the latter being recommended. Using bearer also has the benefit of working with restricted environments where basic auth may be disabled on bitbucket.