Flipt authentication is disabled (not required) by default.Head to the Configuration: Authentication section to enable it.
/api/v1/
/auth/v1/
/meta/
/evaluation/v1/
The following URLs aren’t protected by authentication:
/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.
Checkout the Configuration: Authentication Exclusions documentation for details.
Client Tokens
Client tokens are the core credential required to authenticate a request. Tokens themselves are acquired via authentication methods. Flipt supports multiple authentication methods for acquiring credentials: Once aclient 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.