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

Add experimental SCRAM-SHA-1/SCRAM-SHA-256 authentication support #4078

Merged
merged 96 commits into from
Feb 19, 2024

Merge branch 'main' into feat/scram-sha-1

69269b8
Select commit
Failed to load commit list.
Merged

Add experimental SCRAM-SHA-1/SCRAM-SHA-256 authentication support #4078

Merge branch 'main' into feat/scram-sha-1
69269b8
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 19, 2024 in 0s

83.78% of diff hit (target 50.00%)

View this Pull Request on Codecov

83.78% of diff hit (target 50.00%)

Annotations

Check warning on line 224 in internal/handler/msg_createuser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/msg_createuser.go#L224

Added line #L224 was not covered by tests

Check warning on line 269 in internal/handler/msg_saslstart.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/msg_saslstart.go#L268-L269

Added lines #L268 - L269 were not covered by tests

Check warning on line 61 in internal/util/password/scram.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/password/scram.go#L61

Added line #L61 was not covered by tests

Check warning on line 33 in internal/util/password/scramsha1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/password/scramsha1.go#L33

Added line #L33 was not covered by tests

Check warning on line 38 in internal/util/password/scramsha1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/password/scramsha1.go#L38

Added line #L38 was not covered by tests

Check warning on line 60 in internal/util/password/scramsha1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/password/scramsha1.go#L60

Added line #L60 was not covered by tests