sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`CLIENT=undefined` during Viya Target Auth

allanbowe opened this issue ยท comments

Today in the latest version of the extension, we witnessed the following:

  • A .env.target file was created with a CLIENT/SECRET
  • After clicking the 'sync' button, an auth flow was triggered
  • This successfully created an ACCESS/REFRESH token and the operation was successful

Subsequently we used the CLI to perform a sasjs fs sync and the operation failed. This is due to the .env.target file having been updated as follows:

CLIENT=undefined
SECRET=undefined

We suspect this behaviour occurred as part of the auth flow of the extension.

๐ŸŽ‰ This issue has been resolved in version 1.25.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€