-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the way to add settings in the ES keystore (#1377)
This fixes an issue where the repository-gcs plugin fails if the setting gcs.client.default.credentials_file is not a compacted JSON and is added using `elasticsearch-keystore add key --stdin`. Since the secure settings are now in a Secret and each key of a Secret is mounted in a container as files I think we can safely change the way elasticsearch-keystore is called to add settings.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters