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

SA-22196 Store certificate raw in base64 format #446

Merged
merged 5 commits into from
Aug 16, 2023
Merged

SA-22196 Store certificate raw in base64 format #446

merged 5 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. [SA-22196] store cert.Raw in base64

    this PR is built on top of #443
    where we already parse the certificate during user input for validation
    
    pem_filepath can be removed in the future, but removing it right now would break backwards compability,
    we might want to add migration logic for this.
    dlnilsson authored and kajes committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    343d758 View commit details
    Browse the repository at this point in the history
  2. show only privileges custom error message on HTTP 403

    HTTP 401 would suggest that the token has been revoked.
    dlnilsson authored and kajes committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0ade952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33c37d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35eaf20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cbc97b View commit details
    Browse the repository at this point in the history