hartwigmedical / platinum

Run multiple Pipeline5 instances at once
GNU General Public License v3.0
10 stars 1 forks source link

DEV-1631 Add option to use existing service account key #16

Closed pauldwolfe closed 4 years ago

pauldwolfe commented 4 years ago

Users can now configure an existing secret name in the JSON. When present, platinum will not create a new private key or new secret, and use the existing secret.

The logic to delete service account keys is also deleted, as it was never used.