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

Support allowed_domains_template option for vault_pki_secret_backend_role #869

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

danielpops
Copy link
Contributor

@danielpops danielpops commented Sep 24, 2020

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Closes #850 now that vault v1.5.3 officially support the allowed_domains_template on the pki secrets backend role.

Release note for CHANGELOG:

Support allowed_domains_template option for vault_pki_secret_backend_role. Closes #850

Output from acceptance testing:

$ TESTARGS="-run TestPkiSecretBackendRole" make testacc
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -run TestPkiSecretBackendRole -timeout 120m
?       github.com/terraform-providers/terraform-provider-vault [no test files]
?       github.com/terraform-providers/terraform-provider-vault/cmd/coverage    [no test files]
?       github.com/terraform-providers/terraform-provider-vault/cmd/generate    [no test files]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/codegen (cached) [no tests to run]
?       github.com/terraform-providers/terraform-provider-vault/generated       [no test files]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/generated/datasources/transform/decode (cached) [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/generated/datasources/transform/encode (cached) [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/generated/resources/transform/alphabet (cached) [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/generated/resources/transform/role     (cached) [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/generated/resources/transform/template  (cached) [no tests to run]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/generated/resources/transform/transformation    (cached) [no tests to run]
?       github.com/terraform-providers/terraform-provider-vault/schema  [no test files]
testing: warning: no tests to run
PASS
ok      github.com/terraform-providers/terraform-provider-vault/util    (cached) [no tests to run]
=== RUN   TestPkiSecretBackendRole_basic
--- PASS: TestPkiSecretBackendRole_basic (0.28s)
PASS
ok      github.com/terraform-providers/terraform-provider-vault/vault   0.298s
...

Documentation updates:

Screen Shot 2020-09-23 at 10 40 01 PM

@danielpops
Copy link
Contributor Author

Ping, any of the maintainers take a look at this yet?

@hashicorp-cla
Copy link

hashicorp-cla commented Nov 25, 2020

CLA assistant check
All committers have signed the CLA.

@danielpops
Copy link
Contributor Author

CLA signed, let me know if anything else is needed here

@danielpops
Copy link
Contributor Author

Hello, is anyone able to approve / merge these changes? It would be great to get this merged and published sooner than later, as I'd really like this functionality for some features I'm working on.

Thanks!

@tvoran tvoran added the pki label Mar 12, 2021
Copy link
Member

@tvoran tvoran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch!

@tvoran tvoran merged commit c70544b into hashicorp:master Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support allowed_domains_template from hashicorp/vault #8509
3 participants