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

Remove POST /auth/validate/ssh_key endpoint + remove last_used DB column in ssh_keys table #839

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

benoit74
Copy link
Collaborator

Rationale

Fix #761

Changes

  • POST /auth/validate/ssh_key is not there anymore, in code and in openapi specification
  • last_used DB column has been droped from ssh_key table, openapi specification and UI

@benoit74 benoit74 changed the title Remove /auth/validate/ssh_key endpoint + remove last_used DB column in ssh_keys table Remove POST /auth/validate/ssh_key endpoint + remove last_used DB column in ssh_keys table Sep 29, 2023
@benoit74 benoit74 marked this pull request as ready for review September 29, 2023 11:47
@benoit74 benoit74 requested a review from rgaudin September 29, 2023 11:48
Copy link
Member

@rgaudin rgaudin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@rgaudin rgaudin merged commit a3b4b5b into main Sep 29, 2023
5 checks passed
@rgaudin rgaudin deleted the remove_ssh_validate branch September 29, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove last_used column in ssh keys and remove POST /auth/validate/ssh_keys endpoint
2 participants