Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Cache: Disabled due to Reviews > Disable Cache setting Disabled knowledge base sources:
⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe pull request refactors and extends the schema diffing infrastructure with enhanced SSL/TLS debugging capabilities. It relocates the Comment |
What kind of change does this PR introduce?
When
SUPABASE_CA_SKIP_VERIFYis set to true, also skip peer cert check and verify connection.Add a
SUPABASE_SSL_DEBUGflag to allow to debug only SSL related issue while filtering out the noise of the generic--debugflag.