Skip to content

Commit c5c5ecd

Browse files
author
Lee Fine
committed
ab#69134
1 parent 01e454b commit c5c5ecd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.2.0
2+
* Add entry parameter for ACM tags
3+
* Modify to produce .net6/8 dual builds
4+
* Modify README to use doctool
5+
16
2.1.0
27
* Allow EC2 default credentials to also run the Assume Role command
38
* Add sts:ExtenalId parameter option to Assume Role calls (not applicable when using OAuth)

integration-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"name": "AWS Certificate Manager (ACM) Orchestrator",
55
"status": "production",
66
"update_catalog": true,
7-
"link_github": true,
8-
"release_dir": "aws-orchestrator-core/bin/Release/netcoreapp3.1",
7+
"link_github": true,
8+
"release_dir": "aws-orchestrator-core/bin/Release",
99
"release_project": "aws-orchestrator-core/aws-orchestrator-core.csproj",
1010
"support_level": "kf-supported",
1111
"description": "The AWS ACM Orchestrator supports Inventory and Management of certificates in the AWS Certificate Manager. It supports three methods of authentication: Environmental Credentials loaded via the AWS SDK e.g. inside an EC2 instance; IAM User Credentials for assuming a Role as a specific user; OAuth-based Credentials to authenticate with an OAuth provider to assume a Role.",

0 commit comments

Comments
 (0)