fix(security): bind custom MinIO credentials to namespace #38
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/secure-minio-connection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close two confused-deputy paths in direct MinioRef connections: require explicit credentials instead of inheriting the operator default root identity for a user-selected endpoint, and reject root Secret references outside a namespaced CR owner namespace. Regenerate CRDs so rootSecretRef is required for direct connections. No live CR currently uses a custom MinioRef connection.