You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spin up Polaris server using helm chart with Eclipse Link (Postgres), but do not create a Postgres database (do not bootstrap). Run this from inside a pod (or via exposed address if you have ingress):
Describe the bug
Spin up Polaris server using helm chart with Eclipse Link (Postgres), but do not create a Postgres database (do not bootstrap). Run this from inside a pod (or via exposed address if you have ingress):
Receive this:
In this case, two things happened:
To Reproduce
(in describe section)
Actual Behavior
HTTP call is allowed and stack trace information reveals certain details about metastore backend
Expected Behavior
HTTP 401 - w/o any details, details logged on DEBUG level if configured for the server via values.yaml
Additional context
Polairs build commit: 0f5850c
EclipseLink with PSQL
If database is bootstrapped, 401 is returned correctly
System information
Polaris container sourced from repo's Dockerfile - k8s 1.29 target cluster (EKS)
PSQL (Aurora)
polaris-server.yml
:The text was updated successfully, but these errors were encountered: