Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement an RBAC-free machanism in the driver
Create a gRPC server in the controller to receive the status updates from the driver to avoid the RBAC for the driver Pod. - Add gRPC server in the controller - Use mTLS or TLS as the secured protocol - Update the driver to use the gRPC client to update the status Signed-off-by: Yihong Wang <[email protected]>
- Loading branch information