Skip to content
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

Improve compatibility for kotlin-ice-adapter #3174

Merged
merged 3 commits into from
May 18, 2024

Conversation

Brutus5000
Copy link
Member

Use access token and ice breaker

@Brutus5000 Brutus5000 requested a review from Sheikah45 May 17, 2024 23:11
Use access token and ice breaker
@Brutus5000 Brutus5000 force-pushed the feature/support-kotlin-ice-adapter branch from 3d0ab73 to 9521956 Compare May 17, 2024 23:41
@Sheikah45 Sheikah45 merged commit ded4515 into develop May 18, 2024
3 checks passed
@Sheikah45 Sheikah45 deleted the feature/support-kotlin-ice-adapter branch May 18, 2024 00:46
Comment on lines +238 to +240
"--rpc-port", String.valueOf(adapterPort), "--gpgnet-port", String.valueOf(gpgPort), "--access-token",
tokenRetriever.getRefreshedTokenValue().block(), "--icebreaker-base-url",
clientProperties.getApi().getBaseUrl() + "/ice");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

        "--rpc-port", String.valueOf(adapterPort),
        "--gpgnet-port", String.valueOf(gpgPort),
        "--access-token", tokenRetriever.getRefreshedTokenValue().block(),
        "--icebreaker-base-url", clientProperties.getApi().getBaseUrl() + "/ice");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants