Releases: keyfactor-pub/terraform-provider-keyfactor
Releases · keyfactor-pub/terraform-provider-keyfactor
v2.5.0
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
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
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
andredeploy
flags. NOTE:overwrite
defaults totrue
- 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
Changelog
- a4a7c7c fix(certificates): Don't escape subject commas, Command does this already.
v2.3.0
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
Changelog
Certificates
Features
- 74e58f7 feat(certificates): Add checks for
expired
andexpiring
certificates. The provider will now warn when a
cert is going to expire within30
days. NOTE In order for this check to happen aplan
must be run. - 74e58f7 feat(certificates): Add check for
revoked
certificates. The provider will warn if during aplan
it
discovers the certificate is revoked. NOTE In order for this check to work a user must haveCertificates - 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 anapply
must be run to apply the configuration first and then a
subsequentplan
operation.
Fixes
v2.2.0
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 passCN
asfriendly name
.
Fixes
- 4de79ae fix(certs): Resolve
inconsistent state
issues onmetadata
update
operations, by including
collection_id
v2.2.0-rc.23
v2.2.0-rc.22
Changelog
- 96f02be chore(deps): Bump
keyfactor-auth-client-go
tov1.2.0-rc.6
v2.2.0-rc.20
Changelog
- 2afc70c chore(deps): Bump
keyfactor-auth-client-go
tov1.2.0-rc.3