Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: keyfactor-pub/terraform-provider-keyfactor

v2.5.0

08 May 15:13
1133da8
Compare
Choose a tag to compare

Changelog

OAuth Security Roles

Features

  • feat(oauth_security_roles): Add support to read and manage security roles in Keyfactor Command (v2 API compatibility)

OAuth Security Claims

Features

  • feat(oauth_security_claims): Add support to read and manage security claims in Keyfactor Command

OAuth Security Role Claims Association

Features

  • feat(oauth_security_role_claim_association): Add support to associate an OAuth security claim to an OAuth security role resource.

Security Roles

Chores

  • chore(roles): Update documentation for Security Roles to reference list of possible permission values.

v2.5.0-rc.0

02 May 23:12
Compare
Choose a tag to compare
v2.5.0-rc.0 Pre-release
Pre-release

v2.5.0

OAuth Security Roles

Features

  • feat(oauth_security_roles): Add support to read and manage security roles in Keyfactor Command (v2 API compatibility)

OAuth Security Claims

Features

  • feat(oauth_security_claims): Add support to read and manage security claims in Keyfactor Command

OAuth Security Role Claims Association

Features

  • feat(oauth_security_role_claim_association): Add support to associate an OAuth security claim to an OAuth security role resource.

###Security Roles

Chores

  • chore(roles): Update documentation for Security Roles to reference list of possible permission values.

v2.4.0

03 Apr 20:48
4a56091
Compare
Choose a tag to compare

Changelog

  • 2df1374 fix(certificates): Fix inconsistent state error on updates by including expiry and renewal params.
  • a4a7c7c fix(certificates): Don't escape subject commas, Command does this already.
  • b4cfdea feat(deployments): Add overwrite and redeploy flags. NOTE: overwrite defaults to true
  • 4a56091 Merge pull request #120 from keyfactor-pub/ab#69266
  • ab25c84 Merge pull request #119 from keyfactor-pub/release-2.3

v2.4.0-rc.2

26 Mar 17:21
Compare
Choose a tag to compare
v2.4.0-rc.2 Pre-release
Pre-release

Changelog

  • a4a7c7c fix(certificates): Don't escape subject commas, Command does this already.

v2.3.0

19 Mar 17:02
044d01e
Compare
Choose a tag to compare

Changelog

  • 74e58f7 fix(certificates): Handle subject params that include ',' feat(certificates): Add warnings for revoked, expired and soon to expire certificates. Default is 30 days before.
  • 044d01e Merge pull request #118 from keyfactor-pub/zd#130628
  • 8351705 Merge pull request #117 from keyfactor-pub/release-2.2

v2.3.0-rc.3

04 Mar 15:23
Compare
Choose a tag to compare
v2.3.0-rc.3 Pre-release
Pre-release

Changelog

Certificates

Features

  • 74e58f7 feat(certificates): Add checks for expired and expiring certificates. The provider will now warn when a
    cert is going to expire within 30 days. NOTE In order for this check to happen a plan must be run.
  • 74e58f7 feat(certificates): Add check for revoked certificates. The provider will warn if during a plan it
    discovers the certificate is revoked. NOTE In order for this check to work a user must have Certificates - Read
    permissions either at the global or collection level.
  • 74e58f7 feat(certificates): Add renewal_config block that allows for specifying renewal behavior. NOTE for
    renewals to work on existing certificate resources an apply must be run to apply the configuration first and then a
    subsequent plan operation.

Fixes

  • 74e58f7 fix(certificates): Use collection_id when invoking /Certificates/{id}/Download
  • 74e58f7 fix(certificates): Escape certificate subject parameters that include ,

v2.2.0

10 Feb 03:23
43a6c75
Compare
Choose a tag to compare

Changelog

Provider

Features

  • 3acc244 feat(provider): Add parameters for PFX auto password generation.
  • 77ab278 feat(provider): Add parameter for custom Keyfactor Command API Path
  • 77ab278 feat(provider): Add parameters for oauth to Keyfactor Command API
  • 77ab278 feat(provider): Add parameter for customer CA cert to use when connecting to Keyfactor Command API
  • 77ab278 feat(provider): Add parameter for skipping TLS verification when connecting to Keyfactor Command API

Certificates

Features

  • 4de79ae feat(certificates): Add friendly name as a configurable. Default behavior remains the same and will continue
    to pass CN as friendly name.

Fixes

  • 4de79ae fix(certs): Resolve inconsistent state issues on metadata update operations, by including
    collection_id

v2.2.0-rc.23

29 Jan 22:56
Compare
Choose a tag to compare
v2.2.0-rc.23 Pre-release
Pre-release

Changelog

  • a4bd028 feat(certs): Add friendly name as a configurable. Default behavior is to use CN as friendly name. fix(certs): Resolve inconsistent state issues on metadata update operations, by including collection_id
  • cb4d47d chore(ci): Update release to update provider version variable.

v2.2.0-rc.22

23 Jan 17:50
Compare
Choose a tag to compare
v2.2.0-rc.22 Pre-release
Pre-release

Changelog

  • 96f02be chore(deps): Bump keyfactor-auth-client-go to v1.2.0-rc.6

v2.2.0-rc.20

17 Jan 15:58
Compare
Choose a tag to compare
v2.2.0-rc.20 Pre-release
Pre-release

Changelog

  • 2afc70c chore(deps): Bump keyfactor-auth-client-go to v1.2.0-rc.3