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
We just need UUID (36 char length) for mapping relationships. UUID is stored in NAC objects statuses and Velero objects labels (63 char limit) and as Velero objects names (253 char limit).
Solution
We should use apiserver generateName functionality instead for Velero objects names
Problem
The
GenerateNacObjectNameWithUUID
function should not be neededhttps://github.com/mpryc/oadp-non-admin/blob/velero_nab_ownership/internal/common/function/function.go#L80-L117
We just need UUID (36 char length) for mapping relationships. UUID is stored in NAC objects statuses and Velero objects labels (63 char limit) and as Velero objects names (253 char limit).
Solution
We should use apiserver generateName functionality instead for Velero objects names
more context: #102
The text was updated successfully, but these errors were encountered: