You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labelling PVs with the Capsule Tenant label to allow retrieval using the capsule-proxy.
What would the new user story look like?
As a Tenant owner, I'd like to get my PV labelled as capsule.clastix.io/tenant=MY_TENANT in order to list them using the Capsule Proxy and attach it back.
Expected behaviour
Once a PV is created, a controller checks if it's used by a Tenant PVC, and if it's the case, it labels it with capsule.clastix.io/tenant=MY_TENANT
A webhook should disallow attaching a PV to another PVC used by another Tenant to avoid data leak
The text was updated successfully, but these errors were encountered:
Describe the feature
Labelling PVs with the Capsule Tenant label to allow retrieval using the capsule-proxy.
What would the new user story look like?
As a Tenant owner, I'd like to get my PV labelled as
capsule.clastix.io/tenant=MY_TENANT
in order to list them using the Capsule Proxy and attach it back.Expected behaviour
capsule.clastix.io/tenant=MY_TENANT
The text was updated successfully, but these errors were encountered: