Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 2.75 KB

File metadata and controls

63 lines (52 loc) · 2.75 KB

3.0.2

  • Bug Fix - On Management jobs, do not send ACM tags if the certificate is being renewed/replaced

3.0.1

  • Fixed a bug where memory streams closed early before submitting certificates to ACM in Management Add jobs
  • Fixed a bug where ACM tags would be "set" even if none where entered, preventing a certificate from being added without tags

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
  • 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

2.2.0

  • Add entry parameter for ACM tags
  • Modify to produce .net6/8 dual builds
  • Modify README to use doctool

2.1.0

  • Allow EC2 default credentials to also run the Assume Role command
  • Add sts:ExtenalId parameter option to Assume Role calls (not applicable when using OAuth)

2.0.2

  • Return parity to original AWS store type organization - differentiating based on AWS Account ID

2.0.1

  • Remove logging of sensitive data
  • Update Private Key to required for certificates in this store in docs and store definition

2.0.0

  • Consolidate all AWS auth types under one Store Type: AWS-ACM
  • Continues to provide backwards support for previous Store Types AwsCerManO and AwsCerManA
    • This support will be removed in a future version, it is now considered DEPRECATED
  • Support choosing auth type:
  • PAM Provider support for the following fields:
    • ServerUsername
    • ServerPassword
    • These fields are supported on all Store Types (including backwards support): AWS-ACM, AwsCerMan0 and AwsCerManA

1.2.0

  • Added OTKA Auth Path to support Authentication Servers outside of the default server.

1.1.0

  • Added AWS IAM Authentication support with Roles

1.0.0

  • Convert to Universal Orchestrator Framework
  • Added OKTA Authentication Support