Vault 43670 update mssql doc for lease revocation#2374
Open
sachin-chand01 wants to merge 4 commits intovault/202605from
Open
Vault 43670 update mssql doc for lease revocation#2374sachin-chand01 wants to merge 4 commits intovault/202605from
sachin-chand01 wants to merge 4 commits intovault/202605from
Conversation
Contributor
Vercel Previews Deployed
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Vault’s MSSQL database secrets engine documentation (across multiple maintained doc versions) to reflect a revocation behavior change that avoids requiring sysadmin, and adds a corresponding entry to the Vault 2.x release notes.
Changes:
- Add required MSSQL permissions (
VIEW ANY DEFINITION,VIEW SERVER STATE, andVIEW DEFINITION) to the “minimum functionality” setup snippets. - Document a limitation of the default revocation behavior when user creation occurs in a different database than the one targeted by
connection_url. - Add a Vault 2.x release note describing the MSSQL revocation fix and reduced privilege requirements.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| content/vault/v2.x/content/docs/updates/release-notes.mdx | Adds a Vault 2.x bug-fix release note for MSSQL revocation permissions. |
| content/vault/v2.x/content/docs/secrets/databases/mssql.mdx | Updates MSSQL permission requirements and adds revocation behavior clarification. |
| content/vault/v1.21.x/content/docs/secrets/databases/mssql.mdx | Backports the MSSQL permission + revocation behavior doc updates to 1.21 docs. |
| content/vault/v1.20.x/content/docs/secrets/databases/mssql.mdx | Backports the MSSQL permission + revocation behavior doc updates to 1.20 docs. |
| content/vault/v1.19.x/content/docs/secrets/databases/mssql.mdx | Backports the MSSQL permission + revocation behavior doc updates to 1.19 docs. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Summary
Updates the permissions for the MSSQL docs for this bug fix
Please go to the
Previewtab and select the appropriate template:Terraform