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

how to upload private keys from WebApp #244

Open
piyush94 opened this issue Apr 8, 2019 · 3 comments
Open

how to upload private keys from WebApp #244

piyush94 opened this issue Apr 8, 2019 · 3 comments

Comments

@piyush94
Copy link

piyush94 commented Apr 8, 2019

Is there a way to upload credential private keys from the WebApp?

@sbtaylor15
Copy link
Contributor

No, right now the keys need to be accessed through the mounted volume. Let me see where the best location to store the keys if we upload them since the container is ephemeral.

@sbtaylor15
Copy link
Contributor

We can add an upload of the private key to the Credential object. The upload would encrypt the private key and store it in the database. The private key would be pulled from the database at deployment time, unencrypted and used for the ssh process.

Would this work for your requirements?

@piyush94
Copy link
Author

Yes, that would be good. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants