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

Added SCRAM-SHA-256 support #834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwnl88
Copy link

@jwnl88 jwnl88 commented Apr 20, 2021

Fixes issue #776 as far as I can tell. These changes allow us to use SCRAM-SHA-256 authentication on the clusters we're running.

@Neustradamus
Copy link

Linked to:

Copy link
Member

@sgotti sgotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jwnl88 Thanks for the PR.

Can you also update the tests (since this impacts also pg_hba logic) to also test that everything works using this new auth method? (I'll just add another flavor of TestFailover in tests/integration/ha_test.go that uses the new auth method).

Also the documentation should be updated.

@jwnl88
Copy link
Author

jwnl88 commented Oct 24, 2022

@jwnl88 Thanks for the PR.

Can you also update the tests (since this impacts also pg_hba logic) to also test that everything works using this new auth method? (I'll just add another flavor of TestFailover in tests/integration/ha_test.go that uses the new auth method).

Also the documentation should be updated.

@sgotti Yes, I would like to update the tests + documentation, so this PR can be merged. However, I did run into some errors while trying to run the tests (with ./test).

Does the test script currently fail on the master branch, or did I do something wrong?

(on the master branch)
$ ./test
Running tests...
Checking gofmt...
gofmt checking failed:
./internal/timer/timer_linux.go
./internal/timer/timer_fallback.go

Then I fixed this with gofmt:

$ gofmt -w ./internal/timer/timer_linux.go
$ gofmt -w ./internal/timer/timer_fallback.go

And ran the test script again:

$ ./test                                      
Running tests...
Checking gofmt...
Checking govet...
go: downloading github.com/gofrs/uuid v4.2.0+incompatible
Checking govet -shadow ...
shadow: internal error: package "fmt" without types was imported from "github.com/sorintlab/stolon/internal/common"

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.

None yet

3 participants