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-22192] Validate user input when user provides a pem file #443

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Conversation

dlnilsson
Copy link
Contributor

make sure user input is acctually a PEM file, see Youtrack ticket for more info.

@dlnilsson
Copy link
Contributor Author

Tests fails because of #442

dlnilsson added a commit that referenced this pull request Jul 17, 2023
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.
make sure user input is acctually a PEM file, see Youtrack ticket for more info.
@kajes kajes merged commit 6181db2 into main Aug 15, 2023
3 checks passed
@kajes kajes deleted the SA-22192 branch August 15, 2023 10:57
kajes pushed a commit that referenced this pull request Aug 16, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants