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

feat(apiserver): Optionally restrict public API to a single client #2954

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. feat(apiserver): Optionally restrict public API to a single client

    # Issue
    
    As a platform operator you might want to restrict access to the public
    API.
    
    # Fix
    
    The property `autoscaler.apiserver.autoscaler_api_client_id`, if set,
    restricts the public API endpoint, to only allow requests providing an
    oauth token from this client id to access the public API. The token
    needs to be provided in the request header `X-Autoscaler-Token`.
    silvestre committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f95a994 View commit details
    Browse the repository at this point in the history