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

fix: config env cannot be other than default #1769

Merged
merged 4 commits into from
Feb 11, 2020

Conversation

sriram-mv
Copy link
Contributor

Why is this change necessary?

  • This change is necessary because there was code that allowed for using
    non default config prefixes, even though an attempt was made to hide
    them.

How does it address the issue?

  • Irrespective of the configuration prefix passed in to the hidden
    option, a default config prefix is always chosen.

What side effects does this change have?

  • Users who had subscribed and started using an unsupported option will
    be affected.

Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Why is this change necessary?

* This change is necessary because there was code that allowed for using
non default config prefixes, even though an attempt was made to hide
them.

How does it address the issue?

* Irrespective of the configuration prefix passed in to the hidden
option, a default config prefix is always chosen.

What side effects does this change have?

* Users who had subscribed and started using an unsupported option will
be affected.
@sriram-mv sriram-mv requested a review from jfuss February 3, 2020 17:54
Copy link
Contributor

@jfuss jfuss left a comment

Choose a reason for hiding this comment

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

LGTM

@jfuss jfuss merged commit b422f0a into aws:develop Feb 11, 2020
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