Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Nov 2, 2023
1 parent 7b7aba8 commit 6fd3a42
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions basculehttp/provide_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@ capabilities:
- "aaaa\\b"
- "bbbn/.*\\b"
`,
// TODO ask wes how to setup goschtalt too allow incomplete configs
/*
"capabilities monitoring": basicAuth + bearerAuth + `
capabilities:
type: "monitor"
prefix: "test"
acceptAllMethod: "all"
endpointBuckets:
- "aaaa\\b"
- "bbbn/.*\\b"
`,
"no capability check": basicAuth + bearerAuth,
"basic only": basicAuth,
"bearer only": bearerAuth,
"empty config": ``,
*/
// TODO ask wes how to setup goschtalt too allow incomplete configs
/*
"capabilities monitoring": basicAuth + bearerAuth + `
capabilities:
type: "monitor"
prefix: "test"
acceptAllMethod: "all"
endpointBuckets:
- "aaaa\\b"
- "bbbn/.*\\b"
`,
"no capability check": basicAuth + bearerAuth,
"basic only": basicAuth,
"bearer only": bearerAuth,
"empty config": ``,
*/
}
for desc, yaml := range yamls {
t.Run(desc, func(t *testing.T) {
Expand Down

0 comments on commit 6fd3a42

Please sign in to comment.