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

vault_database_secret_backend_connection InfluxDB configuration #613

Closed
mclate opened this issue Nov 19, 2019 · 1 comment
Closed

vault_database_secret_backend_connection InfluxDB configuration #613

mclate opened this issue Nov 19, 2019 · 1 comment

Comments

@mclate
Copy link

mclate commented Nov 19, 2019

Hi there,

Vault supports creation of InfluxDB database backend: https://www.vaultproject.io/docs/secrets/databases/influxdb.html

Current version of terraform vault provider doesn't allow one to create database secret backend connection to influxdb (as there is no influxdb configuration parameter)

Wonder if it would be possible to add one or to make it so that vault provider can understand more generic configuration, where user would manually provide all details.

Terraform Version

Terraform v0.12.10
+ provider.aws v2.31.0
+ provider.cloudflare v1.16.1
+ provider.template v2.1.2
+ provider.vault v2.6.0

Affected Resource(s)

  • vault_database_secret_backend_connection

Thank you.

weitzjdevk added a commit to devk-insurance/terraform-provider-vault that referenced this issue Nov 23, 2019
Adds support to configure the `seal_wrap` boolean flag
during creating time of a vault_mount as specified in
https://www.vaultproject.io/api/system/mounts.html#seal_wrap

-
hashicorp#615
tyrannosaurus-becks added a commit that referenced this issue Dec 5, 2019
Fix #613 - Add `seal_wrap` to resource "vault_mount"
@mclate
Copy link
Author

mclate commented Dec 5, 2019

Looks like merged PR covers another issue - i see no code related to InfluxDB being merged in #616

adongy pushed a commit to adongy/terraform-provider-vault that referenced this issue Dec 18, 2019
Adds support to configure the `seal_wrap` boolean flag
during creating time of a vault_mount as specified in
https://www.vaultproject.io/api/system/mounts.html#seal_wrap

-
hashicorp#615
dandandy pushed a commit to dandandy/terraform-provider-vault that referenced this issue Jun 17, 2021
Adds support to configure the `seal_wrap` boolean flag
during creating time of a vault_mount as specified in
https://www.vaultproject.io/api/system/mounts.html#seal_wrap

-
hashicorp#615
dandandy pushed a commit to dandandy/terraform-provider-vault that referenced this issue Jun 17, 2021
…seal-wrap

Fix hashicorp#613 - Add `seal_wrap` to resource "vault_mount"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant