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: add control over internal/external ports #335

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

M4C4R
Copy link

@M4C4R M4C4R commented Oct 26, 2022

Summary

Allow configuring internal/external ports used by the Pomerium services (Authenticate, Authorize, Databroker, Proxy).

Since these are restricted to run on either ports 80 or 443 depending on config.insecure. The Helm chart cannot be deployed into OpenShift where access to privileged ports is restricted.

Introduce proxy.internalPort, proxy.externalPort, and service.internalPort to behave the same way the existing parameter service.externalPort does.

Related issues

#334

Checklist:

  • add related issues
  • update Configuration in README
  • update Changelog in README (major versions)
  • update Upgrading in README (breaking changes)
  • ready for review

@CLAassistant
Copy link

CLAassistant commented Oct 26, 2022

CLA assistant check
All committers have signed the CLA.

@M4C4R M4C4R changed the title Add control over internal/external ports feat: add control over internal/external ports Oct 26, 2022
@M4C4R
Copy link
Author

M4C4R commented Jan 16, 2023

Any update on getting this merged?

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