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

Using policy name with "." causes hash to be inserted in the wrong place on the zone #8167

Closed
slonka opened this issue Oct 27, 2023 · 1 comment · Fixed by #8240
Closed
Assignees
Labels
kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@slonka
Copy link
Contributor

slonka commented Oct 27, 2023

What happened?

When creating a policy like this:

type: MeshAccessLog
name: valid.name
mesh: default
spec:
  targetRef:
    kind: MeshServiceSubset
    name: frontend
    tags:
      version: canary
  to:
    - targetRef:
        kind: MeshService
        name: backend
      default:
        backends:
          - type: File
            file:
              path: /tmp/access.log

causes the zone to get

name: valid-bv979f8v7wfw4v54.name

which is not right

@slonka slonka added triage/pending This issue will be looked at on the next triage meeting kind/bug A bug labels Oct 27, 2023
@jakubdyszkiewicz jakubdyszkiewicz added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Oct 30, 2023
@jakubdyszkiewicz
Copy link
Contributor

Triage: we don't know yet how to solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
4 participants