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 551b288 commit bbf9986Copy full SHA for bbf9986
x-pack/filebeat/input/cel/config_auth.go
@@ -85,7 +85,7 @@ func (b *tokenAuthConfig) isEnabled() bool {
85
return b != nil && (b.Enabled == nil || *b.Enabled)
86
}
87
88
-// Validate checks if oauth2 config is valid.
+// Validate checks if token authentication config is valid.
89
func (b *tokenAuthConfig) Validate() error {
90
if !b.isEnabled() {
91
return nil
0 commit comments