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
Use `tokendito` to generate temporary AWS credentials via Okta for
19
19
programmatic authentication to AWS. Tokendito signs you into Okta and
@@ -23,8 +23,31 @@ your AWS accounts, returning
23
23
tokens into your local `~/.aws/credentials` file.
24
24
25
25
## What's new
26
-
With the release of tokendito 2.0, many changes and fixes were introduced. It is a breaking release: your configuration needs to be updated, the command line arguments have changed, and support for Python < 3.7 has been removed.
26
+
See [Releases](https://github.com/dowjones/tokendito/releases) for a detailed Changelog.
27
+
### Tokendito 2.2.0
28
+
29
+
Version 2.2.0 of Tokendito introduces the following new features:
30
+
31
+
- Shared HTTP Client to leverage keepalives and Python's connection pool (by @fsilvamaia)
32
+
- Support for Step-Up Authorization (by @ruhulio)
33
+
- Misc bug fixes
34
+
35
+
36
+
### Tokendito 2.1.0
37
+
38
+
Version 2.1.0 of Tokendito introduces the following new features:
39
+
40
+
- IdP redirection
41
+
- Docker support (by @opis-mark)
42
+
- Interactive support for AWS profile names (by @opis-mark)
43
+
- Docker container signing to ensure you are on a 'certified' Tokendito container
44
+
- Misc bug fixes
45
+
46
+
47
+
### Tokendito 2.0.0
48
+
With the release of tokendito 2.0, many changes and fixes were introduced. **It is a breaking release**: your configuration needs to be updated, the command line arguments have changed, and support for Python < 3.7 has been removed.
27
49
The following changes are part of this release:
50
+
28
51
- Set the config file to be platform dependent, and follow the XDG standard.
0 commit comments