This document describes how to enable and use authentication with Flipt.
/api/v1/
/auth/v1/
/meta/
/evaluation/v1/
/debug
/metrics
/health
/auth/v1/
itself, the rest of the top-level API prefixes can be optionally excluded from authentication.
Allowing for sections, such as the evaluations API, to be publicly accessible while still protecting the management and metadata APIs.
See the Configuration: Authentication Exclusions documentation for details.
client token
has been acquired, it can be supplied via request metadata dependent on the protocol. Both HTTP and gRPC examples can be found on the Using Client Tokens page.