Nykredit / openshift-test

testing the devspace env.
0 stars 2 forks source link

Token dissappears after a restart (Tested in official openshift sandbox and our own environment) #10

Open APINYK opened 7 months ago

APINYK commented 7 months ago

Hi!

We have an extension (In our case sonarlint) that uses vs code secret storage: https://code.visualstudio.com/api/advanced-topics/remote-extensions#persisting-secrets

After we restart our workspace the secrets/token disappears. This is a problem for all extensions making use of the vscode secret storage.

@vitaliy-guliy do you know about this issue?

Reference: https://sonarsource.atlassian.net/browse/SLVSCODE-100

Environment: DevSpaces 3.11

APINYK commented 7 months ago

https://github.com/Nykredit/openshift-test/assets/127222595/32186346-2b13-43e0-bbd2-538da098ea93

A video showing the issue. @vitaliy-guliy

vitaliy-guliy commented 7 months ago

Yes, it seems to be a bug. In some cases I can miss your request in this repo. You are free to file issues to Che directly https://github.com/eclipse/che/issues And then there is a guarantee your voice will be heard.

vitaliy-guliy commented 7 months ago

For this one, I will investigate a bit and file an issue myself.

APINYK commented 7 months ago

@vitaliy-guliy great! Thank you very much!

vitaliy-guliy commented 7 months ago

I reproduced the bug with a simple extension and can confirm that there is something wrong on our side

Created corresponding issue https://github.com/eclipse/che/issues/22837

APINYK commented 7 months ago

Great work! Thank you very much!