Secrets

Secrets represent the credentials needed to connect to external systems, like a third-party REST API or AWS S3 bucket. Such systems often require different authentication formats, be it an API key, username and password, or private SSH key. Utilihive supports a variety of these requirements as typed secrets. As long as the properties on the secret match the intended type, the corresponding processor will be able to integrate with the given system.

Secrets are persisted in a secure vault and cannot be viewed or retrieved after they are deployed to the flow server.
Secrets tab overview

For more information on secrets and their types, see Secret types.