sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
117 stars 47 forks source link

Authentication Token required at each connection #698

Closed alexchouchene closed 9 months ago

alexchouchene commented 9 months ago

Describe the bug Authentication Token is required at each connection in our configuration. Our configuration uses kubeflow to launch VScode and each session is loaded in a POD.

Steps to reproduce Steps to reproduce the behavior:

  1. Go to SAS extention and click on "sign in"

image

  1. Click on 'allow', then "open"

image

  1. copy/paste the token and press enter, then we're logged in.

image

  1. close the vscode tab in internet explorer and then reopen VScode: we have to begin the process from step 1.

Expected behavior We'd like the authentication to be persistent, not to have to redo the authentication process after closing the kubeflow tab in the explorer.

Environment (please complete the following information): Client OS: CentOS Linux release 7.9.2009 (over coderserver 4.16.1, KubeFlow 1.7) Extensions version: v1.5.0 SAS Version: Viya LTS 2023.03 + SAS 9.04.01 M7

scnwwu commented 9 months ago

It's not a bug against this project. It looks like an issue against code-server that looks to be fixed at https://github.com/coder/code-server/releases/tag/v4.17.1 If it still doesn't work, please report to code-server project, for example I saw https://github.com/coder/code-server/issues/6568.

alexchouchene commented 9 months ago

Thank you I'll check this!