yuqi1129 commented on PR #4160: URL: https://github.com/apache/gravitino/pull/4160#issuecomment-2249911313
@lw-yang @jerqi The reason front-end tests fail is that as we have supported multiple authentications in the server side, front-end page can't get right `gravitino.authenticator` and is unable to decide which authentication is going to use: Before modification: gravitino.authenticator=simple gravitino.authenticator=oauth After:  <img width="634" alt="image" src="https://github.com/user-attachments/assets/a380d7f6-b64d-417e-abeb-a06b97849ca5"> Another problem: If the server has set multiple authentications, how will the front-end page know which authentication type to use and then load the corresponding login page? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
