This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new b8b9ba075e3 Update authority in pipeline E2E openGauss global.yaml
(#37580)
b8b9ba075e3 is described below
commit b8b9ba075e3cc84618bdbc87b5244a35a4f54521
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Tue Dec 30 14:18:44 2025 +0800
Update authority in pipeline E2E openGauss global.yaml (#37580)
---
.../pipeline/src/test/resources/env/opengauss/global.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git
a/test/e2e/operation/pipeline/src/test/resources/env/opengauss/global.yaml
b/test/e2e/operation/pipeline/src/test/resources/env/opengauss/global.yaml
index 5825888f8e6..0445e3e5035 100644
--- a/test/e2e/operation/pipeline/src/test/resources/env/opengauss/global.yaml
+++ b/test/e2e/operation/pipeline/src/test/resources/env/opengauss/global.yaml
@@ -28,6 +28,13 @@ authority:
- user: proxy
password: Proxy@123
admin: true
+ authenticationMethodName: md5
+ authenticators:
+ md5:
+ type: MD5
+ scram_sha256:
+ type: SCRAM_SHA256
+ defaultAuthenticator: scram_sha256
privilege:
type: ALL_PERMITTED