Update dependency go-mssqldb to v0.11.0 in release/1.6.x#12875
Merged
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). vault – ./website🔍 Inspect: https://vercel.com/hashicorp/vault/AYUowBeo4xNmRrrakP75ct8bJ2jD [Deployment for 94ad599 canceled] vault-storybook – ./ui🔍 Inspect: https://vercel.com/hashicorp/vault-storybook/2dqdTxzxihfpcbeFpuFLEeCHf729 [Deployment for 94ad599 canceled] |
go-mssqldb to v0.11.0go-mssqldb to v0.11.0 in release/1.6.x
calvn
approved these changes
Oct 19, 2021
pull Bot
pushed a commit
to benjivesterby/vault
that referenced
this pull request
Mar 27, 2026
…icorp#13440) * feat: move JWT auth config from HCL to sys/config/oauth-resource-server endpoint * test(jwt): add unit and storage tests for JwtAuthManager and sys endpoint * refactor: move oauth-resource-server paths from CE to ent file Path definitions for sys/config/oauth-resource-server belong in logical_system_paths_ent.go (ent-only), not logical_system_paths.go (shared CE file). Move them into a new oAuthResourceServerPaths() function registered via the ent init() hook. * fix logical system paths * fix logical system paths (2) * respect the user claim in oauth profile * review comments * feat(jwt): add oauth-resource-server activation flag and bugfix * refactor(jwt): rewrite JWT engine and expiration handling * feat(jwt): add sys backend paths and remove HCL config * fix(test): update activation flags tests for oauth-resource-server * fix(test): skip outdated jwt test in logical_ent_test.go * fixes for broken tests (4) * add activation flag tests * moving out request handling changes * fix linter errors * merge * cleanup comments and names * cosmetic var name cleanup * update from main * add tests * avoid sleep * review comments * review comments * review comments * review comments * review comments Co-authored-by: Arnab Chatterjee <arnab.chatterjee@hashicorp.com>
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.
This PR updates the
go-mssqldbdependency version to v0.11.0. This change will be merged in 1.9 with #12839