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

feat: exclusive ICM url for SSR process #1624

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

dhhyi
Copy link
Collaborator

@dhhyi dhhyi commented Apr 11, 2024

PR Type

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

SSR process uses the same external URL for the ICM as the browser application.

What Is the New Behavior?

Introduced ICM_BASE_URL_SSR which can be optionally set to use a different URL for the ICM in the SSR process.
This is useful for testing and could be used in deployments, were the ICM runs in the same Kubernetes cluster as the PWA deployment.

Does this PR Introduce a Breaking Change?

[ ] Yes
[x] No

Other Information

AB#95720

@dhhyi dhhyi self-assigned this Apr 11, 2024
@dhhyi dhhyi force-pushed the chore/ssr-exclusive-icm-url branch from b873105 to 10234f5 Compare April 11, 2024 07:52
@dhhyi dhhyi force-pushed the chore/ssr-exclusive-icm-url branch from 10234f5 to cca32fe Compare April 11, 2024 08:45
@dhhyi dhhyi removed their assignment Apr 11, 2024
@dhhyi dhhyi requested a review from shauke April 11, 2024 12:50
@dhhyi dhhyi marked this pull request as ready for review April 11, 2024 12:51
@shauke shauke added this to the 5.2 milestone Apr 12, 2024
@shauke shauke added the enhancement Enhancement to an existing feature label Apr 12, 2024
@shauke shauke merged commit a324675 into develop Apr 12, 2024
21 checks passed
@shauke shauke deleted the chore/ssr-exclusive-icm-url branch April 12, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants