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
Is your feature request related to a problem? Please describe.
If a user wants to create S3UserClaim and S3Bucket manifests, S3Bucket might be applied before S3Userclaim and it will be denied by the webhook.
Describe the solution you'd like
If the required S3UserClaimRef is not available yet, the S3Bucket manifest must be created but be in the pending phase till the S3UserClaim is created and operator must handle it with reconcilation.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a user wants to create S3UserClaim and S3Bucket manifests, S3Bucket might be applied before S3Userclaim and it will be denied by the webhook.
Describe the solution you'd like
If the required S3UserClaimRef is not available yet, the S3Bucket manifest must be created but be in the
pending
phase till the S3UserClaim is created and operator must handle it with reconcilation.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: