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

PulsarSQL coordinator liveness probe unauthorized #300

Open
hyperevo opened this issue May 7, 2024 · 0 comments
Open

PulsarSQL coordinator liveness probe unauthorized #300

hyperevo opened this issue May 7, 2024 · 0 comments

Comments

@hyperevo
Copy link

hyperevo commented May 7, 2024

The PulsarSQL liveness probe fails causing a crashloopbackoff. It fails because because presto requires authentication but the livenessprobe does not use authentication as seen here:

The presto service doesnt by defualt even require a password. just a username. This problem is fixed by adding the following to the liveness probe in the above link. This adds the base64 encoded username of "admin":

          httpHeaders:
            - name: Authorization
              value: Basic YWRtaW46

I can make a PR to add this in but I wanted to ask about it here first. Does anyone object to this solution? Another solution could be to set up actual authentication and handle that correctly.

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

No branches or pull requests

1 participant