-
Notifications
You must be signed in to change notification settings - Fork 31
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
Do not exit early from platform detection #345
Do not exit early from platform detection #345
Conversation
2534d8e
to
4ef818f
Compare
I'm trying to test the bug on upstream, but I don't see an |
I was testing against the Operator when I discovered this bug, since the Operator does explicitly set that env var to avoid the cost of doing the automatic detection at startup. That env var could be added to |
Use single method exit point to ensure post-selection logic (currently, client starting) is performed for both automatic and manual platform selection
addc51c
to
e95bd41
Compare
Rebased. |
…ryostatio#345) Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.31 to 9.37.3. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.3..9.31) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use single method exit point to ensure post-selection logic (currently, client starting) is performed for both automatic and manual platform selection
Fixes #344