diff --git a/.changelog/205.txt b/.changelog/205.txt new file mode 100644 index 00000000..cd2a7d9b --- /dev/null +++ b/.changelog/205.txt @@ -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. +```