OpenSearch/buildSrc
Jason Tedor 0b46a62f6b
Drop distinction in entries for keystore (#41701)
Today we allow adding entries from a file or from a string, yet we
internally maintain this distinction such that if you try to add a value
from a file for a setting that expects a string or add a value from a
string for a setting that expects a file, you will have a bad time. This
causes a pain for operators such that for each setting they need to know
this difference. Yet, we do not need to maintain this distinction
internally as they are bytes after all. This commit removes that
distinction and includes logic to upgrade legacy keystores.
2019-05-01 07:02:04 -04:00
..
src Drop distinction in entries for keystore (#41701) 2019-05-01 07:02:04 -04:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Clean up build tool dependencies (#41336) 2019-04-19 09:22:38 +03:00
version.properties Upgrade to Netty 4.1.35 (#41499) (#41651) 2019-04-30 09:27:51 +02:00