skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
596 stars 74 forks source link

[v2] Redemptions allowed does not display on AccessGrants #1715

Closed ted-ross closed 3 weeks ago

ted-ross commented 1 month ago

Describe the bug The "REDEMPTIONS ALLOWED" column in "kubectl get accessgrants" does not display.

How To Reproduce Create an AccessGrant with a value in redemptionsAllowed:

spec:
  expirationWindow: 1h
  redemptionsAllowed: 10

Then view via kubectl:

$ kubectl get accessgrants
NAME          REDEMPTIONS ALLOWED   REDEMPTIONS MADE   EXPIRATION             STATUS
dmz-a-grant                         4                  2024-10-11T18:49:29Z   OK

Expected behavior Expect the number 10 to appear in the REDEMPTIONS ALLOWED column.

Environment details

Additional context None