Skip to content

3.0 - enhanced authentication method support #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 38 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2080905
remove deprecated store types
doebrowsk May 5, 2025
e0d90c9
consolidate jobs to single job class for refactoring
doebrowsk May 5, 2025
0846705
remove auth implementation in orchestrator extensions;
doebrowsk May 5, 2025
f4a2124
Update generated docs
May 5, 2025
c532b31
define AWS-ACM-v3 and use auth library
doebrowsk May 14, 2025
6203564
Merge branch 'use-aws-extension-library' of https://github.com/Keyfac…
doebrowsk May 14, 2025
34df58d
Update generated docs
May 14, 2025
9d44061
update custom field spec (integration-manifest);
doebrowsk May 19, 2025
49378c4
Merge branch 'use-aws-extension-library' of https://github.com/Keyfac…
doebrowsk May 19, 2025
e56fdb3
Update generated docs
May 19, 2025
11a63e0
update to 0.2.0 test version of aws auth library
doebrowsk May 29, 2025
16e25ac
Merge branch 'use-aws-extension-library' of https://github.com/Keyfac…
doebrowsk May 29, 2025
ea30418
Update generated docs
May 29, 2025
d2741e7
make all jobs tied to a specific region, using resolved AWS credentials;
doebrowsk Jun 3, 2025
d32d57b
Merge branch 'use-aws-extension-library' of https://github.com/Keyfac…
doebrowsk Jun 3, 2025
e6540ed
Update generated docs
Jun 3, 2025
0c696df
merge 2.2.1 library patch
doebrowsk Jun 3, 2025
7beaa60
Update generated docs
Jun 3, 2025
80ad327
fix integration-manifest Required fields for Secrets
doebrowsk Jun 4, 2025
f1ae5eb
Update generated docs
Jun 4, 2025
20c192b
update naming scheme of project files, namespaces, and binaries
doebrowsk Jun 5, 2025
791d30a
chore(docs): create aws-acm-v3 store type documentation
doebrowsk Jun 5, 2025
2546018
chore(docs): update general content.md for v3;
doebrowsk Jun 5, 2025
b89f083
Update generated docs
Jun 5, 2025
ee8a7e6
chore(docs): reorder blockquote alert to try rendering correctly
doebrowsk Jun 5, 2025
08f4d0b
Merge branch '3.0-doc-updates' of https://github.com/keyfactor/aws-or…
doebrowsk Jun 5, 2025
a54c829
Update generated docs
Jun 5, 2025
b96120d
chore(docs): fix blockquote tag syntax
doebrowsk Jun 5, 2025
7b945a5
Merge branch '3.0-doc-updates' of https://github.com/keyfactor/aws-or…
doebrowsk Jun 5, 2025
db2aeff
chore(cleanup): remove outdated tester project;
doebrowsk Jun 5, 2025
d528e80
Update generated docs
Jun 5, 2025
5c2ee57
chore(docs): Add doctool screenshots and fix spelling + grammar
spbsoluble Jun 6, 2025
79aebd7
Update generated docs
Jun 6, 2025
6ea7644
chore(docs): Fix spelling error in integration-manifest.json
spbsoluble Jun 6, 2025
104b008
Update generated docs
Jun 6, 2025
4a9ca8f
fix(logging): report only top exception message to avoid error trunca…
doebrowsk Jun 9, 2025
c0b7948
Update generated docs
Jun 9, 2025
444c491
fix(inventory): remove warning logging that hides initial access issues
doebrowsk Jun 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions AWSOktaTester/AWSOktaTester.csproj

This file was deleted.

26 changes: 0 additions & 26 deletions AWSOktaTester/Models/AuthResponse.cs

This file was deleted.

102 changes: 0 additions & 102 deletions AWSOktaTester/Program.cs

This file was deleted.

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

2.2.1
* Updated or removed package dependencies with a signing vulnerability

Expand Down
Loading
Loading