-
Notifications
You must be signed in to change notification settings - Fork 54
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
delete keys from repository #278
Comments
i don't think this is a bug. nothing is broken, and no functionality is hampered in any way. @stephanbcbauer would you mind moving this to the feature board and removing the |
In the past we generated test keys on the fly, so they only ever existed at runtime. Would this be a viable solution here? We basically already have the functionality and could generalize that. |
@bcronin90 yes, that would work fine. It will need to be done for the business tests and the deployment tests. |
Thanks for the confirmation. Feel free to assign it to me then. |
That should all be rather easy to do with bouncycastle. Are we allowed to use that? If so, please feel free to assign the issue to me. |
I assigned it to you. Regarding BC: what do you have in mind? I was thinking of mostly the command line, as it provides all necessary tools, does not require additional code and is very portable - the |
@bcronin90 , @paullatzelsperger there is currently no assignee. is somebody working on it? |
Describe the bug
GitGuardien mentioned some issues with our dummy keys in our repository. They are only used for testing purpose and are not valid in the outside world, but there is a need to get rid of them
Expected behavior
The keys should be stored in the repository.
Screenshots/Error Messages
Possible Implementation (already discussed in teams)
b) is cleaner, but more effort
The text was updated successfully, but these errors were encountered: