Skip to main content
Version: v2.4.3

Authentication

Feature Store CLI provides 2 forms of authentication:

Access token from external environment

If you are running Feature Store in an environment which already takes care of the client authentication and makes access tokens available, you This is the same for H2O Wave.

This ensures that during each call, Feature Store uses the provided access token from the external environment for authentication.

Refresh token from identity provider


Feedback