Skip to content

Commit

Permalink
Add change log entry for credential caching changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-hashicorp committed Oct 27, 2023
1 parent 415ae6b commit cdd1961
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changelog/205.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```release-note:improvement
All credentials (login, service-principal and workload identity provider) are now cached.

The cache file has moved to `creds-cache.json` to not interfere with applications that rely on the previous cache file
structure.

It is further now possible to enforce an interactive login (via a configuration flag), which can be used to implement a
`cli login` functionality.
```

0 comments on commit cdd1961

Please sign in to comment.