Skip to content

Commit

Permalink
Merge pull request #102 from kaytu-io/fix-opensearch-connect
Browse files Browse the repository at this point in the history
fix: add IsOnAks flag
  • Loading branch information
artaasadi authored Apr 14, 2024
2 parents 4b1cc8a + 1378a49 commit c16d76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type ElasticSearch struct {
Username string
Password string
IsOpenSearch bool
IsOnAks bool
AwsRegion string
AssumeRoleArn string `yaml:"assume_role_arn"`
ExternalID string `yaml:"external_id"`
Expand Down

0 comments on commit c16d76b

Please sign in to comment.