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 a0f19af commit c9b8821Copy full SHA for c9b8821
internal/storage/elasticsearch/config/config.go
@@ -211,7 +211,7 @@ type Authentication struct {
211
BasicAuthentication configoptional.Optional[BasicAuthentication] `mapstructure:"basic"`
212
BearerTokenAuth configoptional.Optional[TokenAuthentication] `mapstructure:"bearer_token"`
213
APIKeyAuth configoptional.Optional[TokenAuthentication] `mapstructure:"api_key"`
214
- Authenticator component.ID `mapstructure:"authenticator"`
+ configauth.Config `mapstructure:",squash"`
215
}
216
217
type AuthExtensionConfig = configauth.Config
0 commit comments