You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Is there a way to upload credential private keys from the WebApp?
The text was updated successfully, but these errors were encountered: