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
refactor: Removes deprecation messages for is_slow_operation_thresholding_enabled and unreachable code (#2922)
* refactor: remove deprecations
* remove unreachable code
* feat: add support for additional MongoDB Atlas public and private keys to use for testing limited access
* fix: update MongoDB Atlas key references for QA and DEV environments in acceptance tests
* refactor: Renames keys from PUBLIC_KEY2 to PUBLIC_KEY_READ_ONLY
warnings.AddWarning("user does not have permission to read is_slow_operation_thresholding_enabled. Please read our documentation for more information.", fmt.Sprintf(ErrorProjectRead, projectID, err.Error()))
tb.Fatal("`MONGODB_ATLAS_GOV_BASE_URL`, `MONGODB_ATLAS_GOV_PUBLIC_KEY`, `MONGODB_ATLAS_GOV_PRIVATE_KEY`and `MONGODB_ATLAS_GOV_ORG_ID` must be set for acceptance testing")
0 commit comments