Skip to content

Commit

Permalink
Merge branch 'main' into VAULT-21621/add-max-retries-field
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlaticanin committed Jun 13, 2024
2 parents 9e08ae2 + c33181b commit 681849e
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 532 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ FEATURES:
* Add support for new WIF fields in `vault_gcp_auth_backend` ([#2256](https://github.com/hashicorp/terraform-provider-vault/pull/2256))
* Add support for new WIF fields in `vault_azure_auth_backend_config`. Requires Vault 1.17+. *Available only for Vault Enterprise* ([#2254](https://github.com/hashicorp/terraform-provider-vault/pull/2254)).
* Add new data source and resource `vault_pki_secret_backend_config_est`. Requires Vault 1.16+. *Available only for Vault Enterprise* ([#2246](https://github.com/hashicorp/terraform-provider-vault/pull/2246))
* Support missing token parameters on `vault_okta_auth_backend` resource: ([#2210](https://github.com/hashicorp/terraform-provider-vault/pull/2210))
* Add support for `max_retries` in `vault_aws_auth_backend_client`: ([#2270](https://github.com/hashicorp/terraform-provider-vault/pull/2270))

IMPROVEMENTS:
Expand Down
1 change: 1 addition & 0 deletions internal/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ const (
MountTypeTerraform = "terraform"
MountTypeNone = "none"
MountTypeSAML = "saml"
MountTypeOkta = "okta"

/*
Vault version constants
Expand Down
Loading

0 comments on commit 681849e

Please sign in to comment.