You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new interface in the keystore package named Packager, this allow a
keystore to return the raw bytes of the keys and values store in it.
This is used with core.MakeZip() to create the package that will be send
to the lambda function.
Fixes: elastic#9009
* Allow a keystore to be send with functionbeat files
Add a new interface in the keystore package named Packager, this allow a
keystore to return the raw bytes of the keys and values store in it.
This is used with core.MakeZip() to create the package that will be send
to the lambda function.
Fixes: #9009
ph
added a commit
to ph/beats
that referenced
this issue
Feb 4, 2019
* Allow a keystore to be send with functionbeat files
Add a new interface in the keystore package named Packager, this allow a
keystore to return the raw bytes of the keys and values store in it.
This is used with core.MakeZip() to create the package that will be send
to the lambda function.
Fixes: elastic#9009
(cherry picked from commit db8a647)
* Allow a keystore to be send with functionbeat files
Add a new interface in the keystore package named Packager, this allow a
keystore to return the raw bytes of the keys and values store in it.
This is used with core.MakeZip() to create the package that will be send
to the lambda function.
Fixes: #9009
(cherry picked from commit db8a647)
The ZIP created as part of the publish process doesn't contains any Keystore file.
The text was updated successfully, but these errors were encountered: