-
Notifications
You must be signed in to change notification settings - Fork 113
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
Allow multiple hostname #2733
Allow multiple hostname #2733
Conversation
3f5f49b
to
e9c5478
Compare
This change should not be about setting multiple hostnames against supermarket but it's about allowing multiple hosts in the host header. So we should only change |
e9c5478
to
611b16b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pratixha pls check these. Also make sure throughout the codebase allowed_host
is changed to allowed_hosts
611b16b
to
90cacd4
Compare
Thanks @RajeshPaul38 for correction, please check and review the same. |
Signed-off-by: pratixha <pratiksha.prajapati@msystechnologies.com>
90cacd4
to
5344c21
Compare
Signed-off-by: pratixha <pratiksha.prajapati@msystechnologies.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me
This PR needs an adhoc build and an end to end testing on a new ec2 instance before being approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…tead of true Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@saghoshprogress can you pls check the wordings of the doc and developer comments and approve if it looks good. |
Signed-off-by: pratixha pratiksha.prajapati@msystechnologies.com
Description
#2698
Add support for adding multiple hostnames.
We use more than one DNS name for our supermarket, primarily for staging purposes.
e.g. supermarket.myorg.net & supermarket.prd.myteam.myorg.net
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussions that are relevant]
Check List