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 separate tokens for control and status actions #2082

Closed
wants to merge 1 commit into from

Commits on Dec 3, 2019

  1. Implement separate tokens for control and status actions

    Prior to this commit ...
    
    Authentication for control and status actions is implemented via the same token.
    
    With this commit ...
    
    Puma implements a 'status-token' limited to status actions in Puma::App::Status.
    
    If 'control-token' is defined, it is required for any action.
    If 'control-token' is undefined, no token is required for any action.
    If 'status-token' is undefined, no status token is required for status actions.
    
    Closes puma#2081
    tkishel committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    68507e7 View commit details
    Browse the repository at this point in the history