Skip to content

Commit e7871c3

Browse files
committed
Merge branch 'dev' of https://github.com/Keyfactor/aws-pca-caplugin into dev
2 parents 9f74528 + dc39262 commit e7871c3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ This integration is tested and confirmed as working for Anygateway REST 24.4 and
9898
* **IAMUserAccessKey** - IAM user access key (secret).
9999
* **IAMUserAccessSecret** - IAM user access secret (secret).
100100
* **ExternalId** - Optional sts:ExternalId to supply on AssumeRole calls.
101+
* **Enabled** - Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA prior to configuration information being available.
101102

102103
2. Define [Certificate Profiles](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/AddCP-Gateway.htm) and [Certificate Templates](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/AddCA-Gateway.htm) for the Certificate Authority as required. One Certificate Profile must be defined per Certificate Template. It's recommended that each Certificate Profile be named after the Product ID. The AWSPCA CA Gateway plugin supports the following product IDs:
103104

integration-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
{
7777
"name": "ExternalId",
7878
"description": "Optional sts:ExternalId to supply on AssumeRole calls."
79+
},
80+
{
81+
"name": "Enabled",
82+
"description": "Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA prior to configuration information being available."
7983
}
8084
],
8185
"enrollment_config": [

0 commit comments

Comments
 (0)