We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29554d commit bee5d71Copy full SHA for bee5d71
internals/config/tokens.go
@@ -27,6 +27,8 @@ func LoadTokens() {
27
}
28
29
func NormalizeTokens() {
30
+ log.Dev("Tokens: ", tokenConf.Layer.All())
31
+
32
data := []map[string]any{}
33
34
for _, config := range tokenConf.Layer.Slices("tokenconfigs") {
0 commit comments