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

Route auto-generation may pick up a wrong base host value #42

Open
jsenko opened this issue Jun 25, 2020 · 0 comments
Open

Route auto-generation may pick up a wrong base host value #42

jsenko opened this issue Jun 25, 2020 · 0 comments
Labels
1.1.x Issues for 1.1.x release Bug Something isn't working

Comments

@jsenko
Copy link
Member

jsenko commented Jun 25, 2020

... if there are multiple routerCanonicalHostname values, e.g.

status:
  ingress:
    - host: >-
        example-apicurioregistry.service-registry-test.apps.***.com
      routerName: default
      conditions:
        - type: Admitted
          status: 'True'
          lastTransitionTime: '2020-06-25T14:26:21Z'
      wildcardPolicy: None
      routerCanonicalHostname: apps.***.com
    - host: >-
        example-apicurioregistry.service-registry-test.apps.***.com
      routerName: sharded
      conditions:
        - type: Admitted
          status: 'True'
          lastTransitionTime: '2020-06-25T14:26:20Z'
      wildcardPolicy: None
      routerCanonicalHostname: apps-sharded.basedomain.example.net
@jsenko jsenko added the Bug Something isn't working label Jun 25, 2020
@jsenko jsenko changed the title Route auto-generation may pick up a wrong value Route auto-generation may pick up a wrong base host value Jun 25, 2020
@jsenko jsenko added 1.1.x Issues for 1.1.x release 1.0.0 Issues for 1.0.0 release and removed 1.1.x Issues for 1.1.x release 1.0.0 Issues for 1.0.0 release labels Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.1.x Issues for 1.1.x release Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant