lullabot/Authenticate Terminus from existing session, or initiate new session
Restores a Pantheon Terminus session by decrypting the cached session file and copying it into place. If existing session is missing or expired (or 'force-new-session' is true), initiates a new session, then encrypts and saves it to Actions cache. Also, installs Terminus on host if needed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pantheon-machine-token | Pantheon Terminus machine token, also used as the gpg "symmetric" encryption passphrase to decrypt the terminus session file. | yes | — |
| force-new-session | Set this to true to skip pulling session from cache and force creating a new session. E.g., for a nightly cron job that initiates a new Terminus session for the upcoming day. | no | false |
| ddev | Set to TRUE to authenticate Terminus inside the DDEV container instead of the host. | no | false |
Outputs
no outputs