-
Notifications
You must be signed in to change notification settings - Fork 158
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
Ability to set "exposure" by process #1076
Comments
Yeah, I've hit this before as well. The |
@ejholmes well I would say that if you have EMPIRE_X_EXPOSURE set ... that would take priority ... then you just deprecate domains-add ... the only reason why we ever even use domains-add is to make the ELB/ALB public. In what way is backwards compatibility an issue? |
Not that it's an issue, just needs to be considered. I think ^ is the right way to approach it. |
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
…ation Introduces EMPIRE_X_EXPOSURE which needs to be either `internal` or `internet-facing` (kept AWS terminology here). If that environment variable is not set, we fallback to the default selection via application (where you use `domain-add`). Fixes remind101#1076
Currently "exposure" as it is phrased in the code is controlled by running:
emp domain-add <domain>
which makes ELB/ALBinternet-facing
emp domain-remove <domain>
which makes ELB/ALBinternal
(or if you never use domain-add for an appThat setting is applied across the whole application and has no ability to set it per web process.
What I would like to see is to be able to control it via the Procfile using
EMPIRE_X_EXPOSURE
if it existed:The text was updated successfully, but these errors were encountered: