Skip to content

Commit 99d66e7

Browse files
authored
Merge pull request #33 from Keyfactor/dev-3.0
3.0 - enhanced authentication method support
2 parents 40af810 + 444c491 commit 99d66e7

32 files changed

+612
-1879
lines changed

AWSOktaTester/AWSOktaTester.csproj

Lines changed: 0 additions & 16 deletions
This file was deleted.

AWSOktaTester/Models/AuthResponse.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

AWSOktaTester/Program.cs

Lines changed: 0 additions & 102 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
3.0.0
2+
* Upgrade to AWS SDK v4
3+
* All interactions with AWS now target the Region specified in `Store Path` with no "default" Region considered
4+
* Support for full Role ARN as a Destination account identity. This enables usage in environments with non-standard ARNs
5+
* Support for credential profiles when using Default SDK auth using `[profilename]` prefix with the Role ARN in `Client Machine` field
6+
* Updated documentation for new store type `AWS-ACM-v3`
7+
* Documentation on AWS authentication specifics moved to [aws-auth-library](https://github.com/Keyfactor/aws-auth-library)
8+
* Updated naming scheme of project files, namespaces, and binaries
9+
* Removed `AWS-ACM` store type
10+
* Major feature changes in 3.0 require a new store type definition
11+
* Removed `AwsCerManO` and `AwsCerManA` types
12+
* These `DEPRECATED` Store Types are no longer supported
13+
114
2.2.1
215
* Updated or removed package dependencies with a signing vulnerability
316

0 commit comments

Comments
 (0)