Replies: 1 comment 1 reply
-
|
Hi — could you confirm which Docker image version/tag you're using? The DC OAuth support landed in PR #952 (merged Feb 20), so images built after that date should have it. In the community fork, we have passing tests that cover the exact scenario you described — setting
A couple of things to check:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am sure I have done something stupid... but I can't get the oauth_setup process to not try to auth against the cloud instance.
I have tried following this:
#856
I also found some references to:
-e ATLASSIAN_OAUTH_INSTANCE_TYPE="datacenter"
In the pull but nothing seems to work.
I also noticed that the PR above was closed, in favor of this:
#952
It looks like there is a --jira-url, and I tried this too.
But the "open-browser for authentication" points to:
https://auth.atlassian.com/authorize
So I am not sure what I am missing to make this work for a datacetner on-prem server.
Beta Was this translation helpful? Give feedback.
All reactions