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

CSI: update leader's ACL in volumewatcher #11891

Merged
merged 1 commit into from
Jan 24, 2022
Merged

CSI: update leader's ACL in volumewatcher #11891

merged 1 commit into from
Jan 24, 2022

Commits on Jan 24, 2022

  1. csi: update leader's ACL in volumewatcher

    The volumewatcher that runs on the leader needs to make RPC calls
    rather than writing to raft (as we do in the deploymentwatcher)
    because the unpublish workflow needs to make RPC calls to the
    clients. This requires that the volumewatcher has access to the
    leader's ACL token.
    
    But when leadership transitions, the new leader creates a new leader
    ACL token. This ACL token needs to be passed into the volumewatcher
    when we enable it, otherwise the volumewatcher can find itself with a
    stale token.
    tgross committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3fc9835 View commit details
    Browse the repository at this point in the history