{"id":25115747,"url":"https://github.com/devops-rob/terraform-vault-azure-secrets-engine","last_synced_at":"2026-02-04T11:35:38.774Z","repository":{"id":110462841,"uuid":"332713802","full_name":"devops-rob/terraform-vault-azure-secrets-engine","owner":"devops-rob","description":"This module enables and configures the Azure secrets engine for Vault.","archived":false,"fork":false,"pushed_at":"2021-01-25T10:48:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T18:09:43.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devops-rob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-25T10:44:50.000Z","updated_at":"2021-01-25T10:46:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"516e3aed-0b57-4f3e-b9b5-88eca1dea4a2","html_url":"https://github.com/devops-rob/terraform-vault-azure-secrets-engine","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devops-rob/terraform-vault-azure-secrets-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-azure-secrets-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-azure-secrets-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-azure-secrets-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-azure-secrets-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-rob","download_url":"https://codeload.github.com/devops-rob/terraform-vault-azure-secrets-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-azure-secrets-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29082884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-08T02:33:57.056Z","updated_at":"2026-02-04T11:35:38.748Z","avatar_url":"https://github.com/devops-rob.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Module: Azure Secrets Engine\n\n## Overview\n\nThis module enables and configures the Azure secrets engine for Vault.\n\n## Example use case\n\nOn occasions when engineers require programmatic access to Azure, a service principal would normally be provisioned and securely distributed to them.  In these cases, these service principals are long-lived credentials, which, in the wrong hands, can cause a serious security incident.\n\nUsing the Vault Azure secrets engine drastically reduces the attack surface, as engineers request a short-lived credential from Vault, which is automatically deleted when the TTL expires.\n\nShould these generated credentials get into the wrong hands, malicious actors would have significantly less time to exploit them.\n\n## Usage\n\n```hcl\nprovider \"vault\" {\n  address = \"http://localhost:8200\"\n  token   = var.vault_token\n}\n\nvariable \"vault_token\" {}\nvariable \"azure_subscription_id\" {}\nvariable \"azure_tenant_id\" {}\nvariable \"azure_client_id\" {}\nvariable \"azure_client_secret\" {}\n\nmodule \"azure_defaults\" {\n  source          = \"../../\"\n\n  azure_subscription_id = var.azure_subscription_id\n  azure_tenant_id       = var.azure_tenant_id\n  azure_client_id       = var.azure_client_id\n  azure_client_secret   = var.azure_client_secret\n\n  use_resource_group             = false\n  azure_secret_backend_role_name = \"test_role\"\n  azure_role                     = \"owner\"\n}\n```\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _\"AS IS\"_ basis, without WARRANTIES or conditions of any kind, either express or implied.\n\nSee the License for the specific language governing permissions and limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fterraform-vault-azure-secrets-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-rob%2Fterraform-vault-azure-secrets-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fterraform-vault-azure-secrets-engine/lists"}