mengw15 opened a new issue, #4477:
URL: https://github.com/apache/texera/issues/4477
### Task Summary
Texera supports two Iceberg catalog backends — REST (Lakekeeper) and
Postgres JDBC — selected via storage.iceberg.catalog.type. Today, both
backends' credentials are forwarded across process boundaries unconditionally,
regardless of which backend is active:
1. Every K8s CU pod gets STORAGE_ICEBERG_CATALOG_REST_* and
STORAGE_ICEBERG_CATALOG_POSTGRES_* in its env.
2. Every Python UDF subprocess gets both backends' credentials
### Priority
P2 – Medium
### Task Type
- [ ] Code Implementation
- [ ] Documentation
- [ ] Refactor / Cleanup
- [ ] Testing / QA
- [ ] DevOps / Deployment
--
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]