v.6.25.0

Improvements:

  1. [LUNA-6669] Added ability to use cookies for authentication. See set login cookie and clear login cookie

  2. [LUNA-6691] An environment variable LUNA_SKIP_CHECK_CONNECTION was added. A service check connections to all required services before starting by default. This variable allows to disable checking to required services such luna-image-store, luna-faces and etc.

  3. [LUNA-6694] Added support for running services with the https protocol engaged. To use it, pass the next command-line arguments:

    • tls_cert - path to ssl certificate

    • tls_key - path to ssl private key

    • tls_key_pass - ssl private key password (optional)

Bugs fixed:

  1. [LUNA-6683] Callbacks authorization parameters description was fixed. Added information about strings limits. See generate events, create handler, validate handler policies.

Migration:

See a migration manual.