Releases: isambard-sc/clifton
Releases · isambard-sc/clifton
0.3.0
Added
- Clifton now supports certificate response version 3.
- Add option to automatically write the SSH config on a successful auth using
clifton auth --write-config=true(PR #139). Thanks to David Llewellyn-Jones (@llewelld).
Fixed
- Quote paths in config files. This is required for paths which have spaces in them.
- Allow
--config-fileto be passed at any level of subcommands. - Allow
clifton clear-cacheto work if cache directory is missing. - Only notify to write config if a change is detected.
- Store the absolute path of passed identity files, rather than their relative position from where
authwas run (Issue #98).
Changed
- Retrieve OIDC client ID from the CA rather than setting it in the config. Requires version 0.3 of Conch.
- Make the
clifton ssh-commandcommand hidden.
0.2.0
0.1.4
Added
- Notify when a new version of Clifton has been released.
- Add hidden command
clifton clear-cacheto delete the cache folder.
0.1.3
Added
- Allow disabling the QR code display
0.1.2
Fixed
- Provide a better error message when passing an old format RSA key.
0.1.1
Added
- Print how long the certificate is valid for when downloaded.
- Fall back to a wider range of default identities.
- Add ability to disable opening the browser for authentication. Pass
--browser=falseto theclifton author setopen_browser = falsein the config file. - Warn if using an unencrypted private key.
Fixed
- Allow tilde in arguments.
- Don't fail if browser cannot be opened.
0.1.0
Added
- Initial release