-
Hi,
I would like to enable a basic config where the frontend (`app client -> odyssey`) is secured by md5 with an `auth_query` and `odyssey -> server` is secured by `auth_query_user` with `scram-sha…
-
Hi,
While plaintext and md5 work as `storage_password`, it looks like something like the above doesn't work:
```
user "foo" {
authentication "scram-sha-256"
storage "postgres_server…
-
When the server is using `SCRAM-SHA-256` (now officially recommended starting from PostgreSQL 10) `wal-g` throws the following error message:
```
INFO: 2019/04/08 15:39:38.782426 Doing full backup…
-
"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802…
-
Hi, previously I've been running pgdiff on Postgresql 8 but now we already migrate to Postgresql 13 and soon will be Postgresql 14. However when I try to perform pgdiff, error as below appear. Changin…
-
Dear @jonhoo,
The 31 August 2006, PLAIN has replaced LOGIN, it is time to remove.
31 August 2006: RFC4616: The PLAIN Simple Authentication and Security Layer (SASL) Mechanism:
- https://datatra…
-
Dear @sbrl,
In first, I wish you a Happy New Year!
Maybe you can do it in a new repository to replace unsecure DIGEST-MD5:
- https://datatracker.ietf.org/doc/html/rfc6331
Can you add support…
-
如下图所示:
![image](https://user-images.githubusercontent.com/4694454/204232742-eedfd9d9-86ab-4fb8-ba82-54f9047d739d.png)
-
I'm using the current head of strophejs master, and I notice it now uses SCRAM-SHA-1 if the server supports it. For me at least, it causes IE7 to hang until I get a dialog asking me if I want to stop …
-
1. Bandaiding a position check with spamming attempts is not good as it's just going to be needlessly expensive and have a high chance of failure for no reason. It's just tries20 relying on RNG.
2. A…