Skip to content

Commit 17210e0

Browse files
- Trimmed down.
1 parent 9bf466f commit 17210e0

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

internal/stackql/handler/handler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,8 @@ func (hc *standardHandlerContext) setConfigAtPath(path string, rhs interface{},
431431
func (hc *standardHandlerContext) setAuthContextAtPath(path string, rhs interface{}, scope string) error {
432432
hc.authMapMutex.Lock()
433433
defer hc.authMapMutex.Unlock()
434-
if scope == "" || scope == "default" {
434+
// TODO: review
435+
if scope == "local" {
435436
hc.authContexts = hc.authContexts.Clone()
436437
}
437438
searchPath, searchPathErr := composeSystemSearchPath(path)

test/assets/credentials/dummy/google/defective-functional-test-dummy-sa-key.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/assets/credentials/dummy/google/docker-defective-functional-test-dummy-sa-key.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)