Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update vault test matrix #2221

Merged
merged 4 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading