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

Separate headers for sensitive values (orgKey) in registerCluster response #1331

Merged
merged 1 commit into from
Jun 13, 2023

Commits on Jun 13, 2023

  1. Cluster registration, deletion, and enableRegistrationUrl apis return…

    … sensitive values as separate headers object in addition to in the url query params.
    
    Using the url alone, with included authorization value (orgKey) is still possible, but now deprecated.
    A future major release will make the breaking change that removes the query parameter from the URL and require use of the headers returned separately for authorized requests.
    The use of headers for sensitive values (e.g. authorization values) will improve security.
    carrolp committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    99152b5 View commit details
    Browse the repository at this point in the history