Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Mesh catalog functions matching ServiceAccount names should also match Kind field of the policy #3173

Closed
draychev opened this issue Apr 15, 2021 · 2 comments
Labels

Comments

@draychev
Copy link
Contributor

draychev commented Apr 15, 2021

Mesh catalog functions matching ServiceAccount names should also match Kind field of the policy. So far this works because in SMI we only have one Kind (ServiceAccount).

For example:

apiVersion: access.smi-spec.io/v1alpha2
kind: TrafficTarget
metadata:
  name: bookbuyer-access-bookstore
  namespace: bookstore
spec:
  destination:
    kind: ServiceAccount
    name: bookstore
    namespace: bookstore
  rules:
  - kind: HTTPRouteGroup
    name: bookstore-service-routes
    matches:
    - buy-a-book
    - books-bought
  sources:
  - kind: ServiceAccount
    name: bookbuyer
    namespace: bookbuyer

References

@github-actions
Copy link

This issue will be closed due to a long period of inactivity. If you would like this issue to remain open then please comment or update.

@github-actions github-actions bot added the stale label Feb 17, 2022
@github-actions
Copy link

Issue closed due to inactivity.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant