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

Add deprecation for insecure routes option, None #22

Open
rocketeerbkw opened this issue Mar 1, 2023 · 0 comments
Open

Add deprecation for insecure routes option, None #22

rocketeerbkw opened this issue Mar 1, 2023 · 0 comments

Comments

@rocketeerbkw
Copy link
Member

Routes have an insecure field that can be set to Allow, Redirect, or None. The None option used to block any HTTP connections under openshfit, but in kubernetes we've configured it to be the same as Redirect. We can throw deprecations for None because it no longer works the way it was documented.

It could be set for autogenerated routes:

routes:
  autogenerate:
    insecure: None

and/or for manual routes:

environments:
  main:
    routes:
      - nginx:
        - "www.example.com":
            insecure: None
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

No branches or pull requests

1 participant