Skip to content

Commit

Permalink
chore: update vault test matrix (#2221)
Browse files Browse the repository at this point in the history
* chore: update vault build test matrix

* bump go version

* revert go version bump

* skip secrets sync test; deprecate azure secrets field
  • Loading branch information
fairclothjm authored Apr 18, 2024
1 parent 60fae0d commit 2f39183
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
- "vault-enterprise:1.11.12-ent"
- "vault-enterprise:1.12.11-ent"
- "vault-enterprise:1.13.13-ent"
- "vault-enterprise:1.14.10-ent"
- "vault-enterprise:1.15.6-ent"
- "vault-enterprise:1.14.11-ent"
- "vault-enterprise:1.15.7-ent"
- "vault-enterprise:1.16.1-ent"
- "vault:latest"
services:
vault:
Expand Down
1 change: 1 addition & 0 deletions vault/resource_azure_secret_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func azureSecretBackendResource() *schema.Resource {
Description: "Human-friendly description of the mount for the backend.",
},
"use_microsoft_graph_api": {
Deprecated: "This field is not supported in Vault-1.12+ and is the default behavior. This field will be removed in future version of the provider.",
Type: schema.TypeBool,
Optional: true,
Computed: true,
Expand Down
1 change: 1 addition & 0 deletions vault/resource_secrets_sync_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
)

func TestSecretsSyncConfig(t *testing.T) {
testutil.SkipTestEnvUnset(t, "VAULT_SECRETS_SYNC_ENABLED")
resourceName := "vault_secrets_sync_config.test"

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 2f39183

Please sign in to comment.