Skip to content

Commit c9b8821

Browse files
Update internal/storage/elasticsearch/config/config.go
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Soumya Raikwar <[email protected]>
1 parent a0f19af commit c9b8821

File tree

1 file changed

+1
-1
lines changed
  • internal/storage/elasticsearch/config

1 file changed

+1
-1
lines changed

internal/storage/elasticsearch/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ type Authentication struct {
211211
BasicAuthentication configoptional.Optional[BasicAuthentication] `mapstructure:"basic"`
212212
BearerTokenAuth configoptional.Optional[TokenAuthentication] `mapstructure:"bearer_token"`
213213
APIKeyAuth configoptional.Optional[TokenAuthentication] `mapstructure:"api_key"`
214-
Authenticator component.ID `mapstructure:"authenticator"`
214+
configauth.Config `mapstructure:",squash"`
215215
}
216216

217217
type AuthExtensionConfig = configauth.Config

0 commit comments

Comments
 (0)