Advanced Features
Obtaining an IMDS JWT
Last Updated: May 10, 2025
You can obtain a signed JWT (JSON Web Token) from the SaladCloud IMDS (Instance Metadata Service) that can be verified
with public keys provided by Salad. This offers a secure way to
authenticate to external services, such as your own API or a
third-party service.
You can find code samples and the full API reference in the API Reference Docs.
This JWT can also be used to authenticate with S4 for temporary file storage.