spiffe / spiffe-helper

The SPIFFE Helper is a tool that can be used to retrieve and manage SVIDs on behalf of a workload
Apache License 2.0
46 stars 40 forks source link

Create RPM packages for spiffe-helper releases #16

Closed marcosy closed 4 years ago

marcosy commented 5 years ago

This PR makes RPM packages for spiffe-helper releases. The proposed installation structure for the RPM is:

/opt/spiffe-helper/
               spiffe-helper
               helper.conf
               examples/
                       helper_envoy.conf
                       helper_ghostunnel.conf
                       helper_mysql.conf
                       helper_postgresql.conf

The RPM generation was added as part of the release process for tagged builds.

Signed-off-by: Marcos G. Yedro marcosyedro@gmail.com