Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an RBAC-free machanism in the driver #21

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Implement an RBAC-free machanism in the driver #21

merged 1 commit into from
Jul 11, 2024

Commits on Jul 3, 2024

  1. 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 <yh.wang@ibm.com>
    yhwang committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    759833b View commit details
    Browse the repository at this point in the history