generated from asdf-vm/asdf-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
- Unable to use this asdf plugin to install FIPS builds
Describe the solution you'd like
- List the FIPS builds as well and be able to install them
Describe alternatives you've considered
- Manually managing teleport binaries
Additional context
- The FIPS builds sit in the same CDN location as the Non-FIPS builds. We just need a way to specify FIPS versions to be downloaded/installed. Unfortunately the files are named a bit differently between fips/non-fips versions for example:
non-FIPS version: https://cdn.teleport.dev/teleport-ent-${VERSION?}-linux-${SYSTEM_ARCH?}-bin.tar.gz
FIPS version: https://cdn.teleport.dev/teleport-ent-${VERSION?}-linux-${SYSTEM_ARCH?}-fips-bin.tar.gz
- Official teleport documentation regarding FIPS builds found here: https://goteleport.com/docs/installation/#downloading-packages-and-tar-archives
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request