Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-30 Thread via GitHub
morningman merged PR #35620: URL: https://github.com/apache/doris/pull/35620 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
github-actions[bot] commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138673798 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
github-actions[bot] commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138673821 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
doris-robot commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138594524 ClickBench: Total hot run time: 30.82 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
doris-robot commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138589025 TPC-DS: Total hot run time: 169650 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
doris-robot commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138580968 TPC-H: Total hot run time: 41239 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
wsjz commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138544718 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
doris-robot commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138398680 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
wsjz commented on PR #35620: URL: https://github.com/apache/doris/pull/35620#issuecomment-2138398906 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[PR] [fix](auth)fix simple auth check and default username [doris]

2024-05-29 Thread via GitHub
wsjz opened a new pull request, #35620: URL: https://github.com/apache/doris/pull/35620 ## Proposed changes fix simple auth check and default username we should set simple auth to valid by default, and check whether to set the default username in loginWithUGI --