codefresh-io / steps

36 stars 90 forks source link

Add Octopus login step #711

Closed bec-callow-oct closed 2 weeks ago

bec-callow-oct commented 2 weeks ago

What

This PR adds a new Octopus login step which allows authenticating to an Octopus server when a valid OIDC token is provided and the server is configured for OIDC. It exports an access token which can be used in subsequent steps.

The PR also includes updates to other Octopus steps to allow users to either authenticate via API key or access token.

Why

Option of enhanced security through short-lived access tokens.