Skip to content

Commit

Permalink
Merge branch 'main' into VAULT-25132/add-aws-auth-wif-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlaticanin authored May 28, 2024
2 parents a2d54e3 + 4ef2eea commit 29e47ed
Show file tree
Hide file tree
Showing 8 changed files with 320 additions and 55 deletions.
3 changes: 1 addition & 2 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
self-hosted-runner:
# Labels of custom runners in array of string
labels:
- custom
- custom-linux-large
- custom-linux-large
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
make test
acceptance:
needs: [go-version, build]
runs-on: [custom, linux, custom-linux-large]
runs-on: custom-linux-large
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ FEATURES:
IMPROVEMENTS:
* return a useful error when delete fails for the `vault_jwt_auth_backend_role` resource: ([#2232](https://github.com/hashicorp/terraform-provider-vault/pull/2232))

BUGS:
* add missing `custom_tags` and `secret_name_template` fields to `vault_secrets_sync_azure_destination` resource ([#2247](https://github.com/hashicorp/terraform-provider-vault/pull/2247))

## 4.2.0 (Mar 27, 2024)

FEATURES:
Expand Down
5 changes: 5 additions & 0 deletions internal/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,11 @@ const (
FieldEC2Endpoint = "ec2_endpoint"
FieldSTSRegion = "sts_region"
FieldIAMServerIDHeaderValue = "iam_server_id_header_value"
FieldListingVisibility = "listing_visibility"
FieldPassthroughRequestHeaders = "passthrough_request_headers"
FieldAllowedResponseHeaders = "allowed_response_headers"
FieldDelegatedAuthAccessors = "delegated_auth_accessors"
FieldPluginVersion = "plugin_version"

/*
common environment variables
Expand Down
Loading

0 comments on commit 29e47ed

Please sign in to comment.