-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement JWT alternative authentication #1283
Comments
file-auth.sh
file-auth.py
Updated trino-wrapper.sh
|
Branch https://github.com/StatCan/aaw-trino/tree/file-auth |
Must have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While Azure/Cns make efforts to enable the JWT endpoint on the cluster, we are temporarily using password file authentication. https://trino.io/docs/current/security/password-file.html
Create a script to automate the entry of new profiles in password.db file and storing the password as a k8s secret in the user namespace.
Manual steps needed:
The password.db hot-load's the file (once synced in argo-cd) not having to restart trino-coordinator deployment.
Unable to use
kubectl cp
since trino coordinator pod is a read-only file-systemThe text was updated successfully, but these errors were encountered: