Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Gregory Newman-SmithGregory Newman-SmithReporter
Adam FraserAdam FraserStory Points
1Components
Sprint
NoneFix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Gregory Newman-Smith
Gregory Newman-SmithReporter
Adam Fraser
Adam FraserStory Points
1
Components
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created February 20, 2024 at 3:32 PM
Updated August 31, 2024 at 10:59 AM
Resolved March 5, 2024 at 5:45 PM
getAuthScopeHandleCreateDB uses DecodeAndSanitiseConfig when scanning the incoming config to find the bucket being used. This is going to trigger environment variable validation on the config, leading to confusing errors.
The subsequent actual config persistence correctly uses readSanitizeDbConfigJSON which applies the AllowDbConfigEnvVars check, so it's not the case that environment variables will be applied. However, we should switch getAuthScopeHandleCreateDB to either use readSanitizeDbConfigJSON, or something else more tailored to bucket retrieval that also bypasses the environment variable check.