-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cli] Add bin/kibana-encryption-keys #82838
Commits on Nov 6, 2020
-
[cli] Add bin/kibana-encryption-key
This introduces a new CLI for generating encryption keys. Currently Kibana makes use of several encryption keys, in some cases randomly generated on startup. Usually we want these statically defined in kibana.yml, and this CLI targets making this process easier. This will output keys for xpack.encryptedSavedObjects.encryptionKey, xpack.reporting.encryptionKey, and xpack.security.encryptionkey to stdout along with instructions on how to add this to your configuration. Closes elastic#65788
Configuration menu - View commit details
-
Copy full SHA for 1bef148 - Browse repository at this point
Copy the full SHA 1bef148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46da571 - Browse repository at this point
Copy the full SHA 46da571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8721aee - Browse repository at this point
Copy the full SHA 8721aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e5adc - Browse repository at this point
Copy the full SHA d4e5adcView commit details
Commits on Nov 9, 2020
-
fix new Command('kibana-keystore') -> new Command('kibana-encryption-…
…key') Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8e586d - Browse repository at this point
Copy the full SHA f8e586dView commit details -
fix typo encyption -> encryption
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68995fd - Browse repository at this point
Copy the full SHA 68995fdView commit details -
use spyOn instead of jest.fn() to avoid namespace lint errors
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cb82ec - Browse repository at this point
Copy the full SHA 6cb82ecView commit details -
use spyOn instead of jest.fn() to avoid namespace lint errors part 2
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e2a5af - Browse repository at this point
Copy the full SHA 8e2a5afView commit details -
fix typo encyption -> encryption
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ce58b4 - Browse repository at this point
Copy the full SHA 2ce58b4View commit details -
cleanup encryption_config constructor, use native private fields
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ba0a99 - Browse repository at this point
Copy the full SHA 6ba0a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8e023 - Browse repository at this point
Copy the full SHA 6b8e023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 569a8c0 - Browse repository at this point
Copy the full SHA 569a8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15fdd1 - Browse repository at this point
Copy the full SHA b15fdd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59b161 - Browse repository at this point
Copy the full SHA b59b161View commit details
Commits on Nov 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 58bdef8 - Browse repository at this point
Copy the full SHA 58bdef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b60eb - Browse repository at this point
Copy the full SHA 77b60ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dfc02 - Browse repository at this point
Copy the full SHA 84dfc02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6240c79 - Browse repository at this point
Copy the full SHA 6240c79View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0b56209 - Browse repository at this point
Copy the full SHA 0b56209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 434f262 - Browse repository at this point
Copy the full SHA 434f262View commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 18041d2 - Browse repository at this point
Copy the full SHA 18041d2View commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71ddf80 - Browse repository at this point
Copy the full SHA 71ddf80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3874705 - Browse repository at this point
Copy the full SHA 3874705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9251ec6 - Browse repository at this point
Copy the full SHA 9251ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f9848a - Browse repository at this point
Copy the full SHA 6f9848aView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f3e0f4c - Browse repository at this point
Copy the full SHA f3e0f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7dad6 - Browse repository at this point
Copy the full SHA 8d7dad6View commit details -
Update src/cli_encryption_key/generate.js
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Configuration menu - View commit details
-
Copy full SHA for 1a2ceab - Browse repository at this point
Copy the full SHA 1a2ceabView commit details -
use \n to help wrapping readability
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Configuration menu - View commit details
-
Copy full SHA for ab20f05 - Browse repository at this point
Copy the full SHA ab20f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b5240 - Browse repository at this point
Copy the full SHA d3b5240View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bc8bb - Browse repository at this point
Copy the full SHA f6bc8bbView commit details
Commits on Nov 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bfd70c0 - Browse repository at this point
Copy the full SHA bfd70c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b1ed92 - Browse repository at this point
Copy the full SHA 7b1ed92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e6638 - Browse repository at this point
Copy the full SHA 01e6638View commit details -
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ab263e0 - Browse repository at this point
Copy the full SHA ab263e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18d96d - Browse repository at this point
Copy the full SHA f18d96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b26683 - Browse repository at this point
Copy the full SHA 7b26683View commit details -
Merge branch 'cli/kibana-encryption-key' of github.com:jbudz/kibana i…
…nto cli/kibana-encryption-key
Configuration menu - View commit details
-
Copy full SHA for 0566134 - Browse repository at this point
Copy the full SHA 0566134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4084722 - Browse repository at this point
Copy the full SHA 4084722View commit details