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

server: Fix formatting of credential provider note #1023

Merged
merged 2 commits into from
Apr 5, 2025

Conversation

dveeden
Copy link
Collaborator

@dveeden dveeden commented Apr 4, 2025

Fixes this:

image

An alternative:

diff --git a/server/credential_provider.go b/server/credential_provider.go
index 3d44eb0..5333f89 100644
--- a/server/credential_provider.go
+++ b/server/credential_provider.go
@@ -4,7 +4,9 @@ import "sync"
 
 // interface for user credential provider
 // hint: can be extended for more functionality
+//
 // =================================IMPORTANT NOTE===============================
+//
 // if the password in a third-party credential provider could be updated at runtime, we have to invalidate the caching
 // for 'caching_sha2_password' by calling 'func (s *Server)InvalidateCache(string, string)'.
 type CredentialProvider interface {

@dveeden dveeden requested review from atercattus and lance6716 April 4, 2025 07:08
@dveeden dveeden merged commit 50aece7 into go-mysql-org:master Apr 5, 2025
15 checks passed
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

Successfully merging this pull request may close these issues.

3 participants