-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adapt the Secrets plugin API to use kubernetes secrets #19837
Comments
I faced with a problem: create secret request to kubernetes fails because of the permissions restrictions: |
Is your task related to a problem? Please describe.
The Secrets plugin API is going to be merged soon to theia. It uses
keytar
to store data in the local file system. This approach will not work for Che because workspaces are containers with new OS each time they restart, so the data will go away on restart.Describe the solution you'd like
Reimplement the
CredentialsService
to use kubernetes secrets.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: