- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit6238a99
authored
feat(cli)!: enable keyring usage by default (#20851)
Make keyring usage for session token storage on by default for supportedplatforms (Windows and macOS), with the ability to opt-out via--use-keyring=false.This change will be a breaking change for any users depending on thesession token being stored on disk, though users can restore file usagevia the flag above.This change will also require CLI users to authenticate after updating.1 parentc266bb8 commit6238a99
File tree
10 files changed
+249
-158
lines changed- cli
- clitest
- sessionstore
- testdata
- docs/reference/cli
- enterprise/cli/testdata
10 files changed
+249
-158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
62 | 73 | | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
69 | | - | |
| 80 | + | |
70 | 81 | | |
71 | 82 | | |
72 | 83 | | |
73 | 84 | | |
74 | 85 | | |
75 | 86 | | |
| 87 | + | |
| 88 | + | |
76 | 89 | | |
77 | | - | |
78 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
| |||
0 commit comments
Comments
(0)