Releases: silinternational/idp-in-a-box
Releases · silinternational/idp-in-a-box
12.14.5 - new password rule for PCI compliance
Added
- Add a variable to set the requireAlphaAndNumeric password rule.
What's Changed
Full Changelog: 12.14.4...12.14.5
12.14.4 - backup error notification with Sentry
What's Changed
Full Changelog: 12.14.3...12.14.4
12.14.3 -- deprecated auth_saml_entityId
What's Changed
Full Changelog: 12.14.2...12.14.3
12.14.2 - revert mfa_api_key and mfa_api_secret
Changed
- Revert the addition of
mfa_api_key
andmfa_api_secret
and recommend Parameter Store instead.
What's Changed
Full Changelog: 12.14.1...12.14.2
12.14.1 - deprecate redundant configuration
Deprecated
- Deprecate
auth_saml_sloUrl
andauth_saml_ssoUrl
. Use new variableauth_saml_idp_url
instead. - Deprecated
mfa_totp_apikey
: replaced withmfa_api_key
. - Deprecated
mfa_totp_apisecret
: replaced withmfa_api_secret
. - Deprecated
mfa_webauthn_apikey
: replaced withmfa_api_key
. - Deprecated
mfa_webauthn_apisecret
: replaced withmfa_api_secret
. - Deprecated
mfa_webauthn_appid
: the value ofpassword_profile_url
+ "/app-id.json" will be used if omitted. - Deprecated
mfa_webauthn_rpdisplayname
: the value ofidp_display_name
will be used instead. - Deprecated
mfa_webauthn_rpid
: the value of cloudflare_domain will be used instead.
See also: silinternational/idp-id-broker#400
What's Changed
- use one new variable (auth_saml_idp_url) for slo and sso URLs by @briskt in #281
- Release 12.14.1 -- deprecate some of the MFA service configuration variables by @briskt in #280
Full Changelog: 12.14.0...12.14.1
12.14.0 - add AWS Parameter Store
What's Changed
Full Changelog: 12.13.1...12.14.0
12.13.1
Changed
- Option to disable detailed monitoring
add IPv6 option for ingress
Added
- Add option to add IPv6 to VPC and ALB
- Add option to remove public IPv4 from ALB
What's Changed
Full Changelog: 12.12.3...12.13.0
fixed Terraform CI check
Fixed
- Fixed Terraform check to include all directories
fixes for problems found by tflint
Added
- Added
type
on all variables that didn't already have it.
Fixed
- In the 030-phymyadmin module, connected the
cpu
andmemory
variables to the phpmyadmin module.
Removed
- Removed unused variables and data elements