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
While testing #97 I noticed that jsctl.exe prints multiple warnings every time I execute it:
PS C:\Users\Richard Wall> jsctl organizations list
warning: config file "C:\\Users\\Richard Wall\\.jsctl\\token.json" has insecure file permissions, correcting them
warning: config file "C:\\Users\\Richard Wall\\.jsctl\\config.json" has insecure file permissions, correcting them
NAME ROLES
jetstack admin, member
jetstack-demo admin, member
jetstack-richard admin, member
PS C:\Users\Richard Wall> jsctl config set organization jetstack-richard
warning: config file "C:\\Users\\Richard Wall\\.jsctl\\token.json" has insecure file permissions, correcting them
warning: config file "C:\\Users\\Richard Wall\\.jsctl\\config.json" has insecure file permissions, correcting them
warning: config file "C:\\Users\\Richard Wall\\.jsctl\\config.json" has insecure file permissions, correcting them
Your organization has been changed to jetstack-richard
PS C:\Users\Richard Wall> jsctl clusters list
warning: config file "C:\\Users\\Richard Wall\\.jsctl\\token.json" has insecure file permissions, correcting them
warning: config file "C:\\Users\\Richard Wall\\.jsctl\\config.json" has insecure file permissions, correcting them
NAME LAST UPDATED
test11 2023-03-08 11:52:41
PS C:\Users\Richard Wall> ls ~/.jsctl
Directory: C:\Users\Richard Wall\.jsctl
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 08/03/2023 11:56 bin
-a---- 08/03/2023 11:52 40 config.json
-a---- 08/03/2023 11:51 1720 token.json
The text was updated successfully, but these errors were encountered:
While testing #97 I noticed that
jsctl.exe
prints multiple warnings every time I execute it:The text was updated successfully, but these errors were encountered: