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

[ANCHOR-579][Quick Fix] Fix Sep10 config home_domain coexist error #1256

Merged
merged 4 commits into from
Jan 25, 2024

Conversation

JiahuiWho
Copy link
Contributor

@JiahuiWho JiahuiWho commented Jan 11, 2024

Description

Fix sep10 config reading home_domain and home_domains from different resource and causing conflicting

Context

Currently Sep10Config will throw error if home_domains is set in env config, because it is also reading home_domain from default config, and these two field cannot coexist.

This is a quick fix. Will deprecate home_domain and move to use home_domains only in 3.0

Testing

  • ./gradlew test
    Tested with default config and multi-tenant config provided by SDP team, both work properly.

@JiahuiWho JiahuiWho changed the title [ANCHOR-579][Quick Fix] Fix Sep10 config home_domain conflicting error [ANCHOR-579][Quick Fix] Fix Sep10 config home_domain coexist error Jan 11, 2024
@JiahuiWho JiahuiWho marked this pull request as ready for review January 17, 2024 21:35
Copy link
Contributor

@philipliu philipliu left a comment

Choose a reason for hiding this comment

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

LGTM

@JiahuiWho JiahuiWho merged commit 5826866 into stellar:develop Jan 25, 2024
7 checks passed
@JiahuiWho JiahuiWho deleted the anchor-579 branch January 25, 2024 19:08
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

2 participants