You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to provide greater flexibility and accommodate specific use cases, we need to enhance the Opendatahub authentication system to support anonymous models. Anonymous models are models that can be accessed without requiring authentication. To enable this feature, we will create an endpoint in the model-controller that can respond to HTTP requests and determine if a model supports anonymous access based on the configuration stored in the AuthConfig metadata.
Task Details:
Implement Anonymous Model Detection: Develop an endpoint in the model-controller that can query the ServingRuntime used by a specific model to determine whether it is configured to support anonymous access. This endpoint should be able to identify models that do not require authentication.
HTTP Response for Anonymous Models: Configure the endpoint to respond to HTTP requests with information about whether a particular model supports anonymous access or not. The response should be clear and minimal.
The model-controller includes an endpoint that can detect whether a model supports anonymous access based on the AuthConfig metadata.
When queried via HTTP requests, the endpoint provides a clear and minimal response indicating whether a specific model supports anonymous access or not.
The model-controller successfully integrates with the AuthConfig to access relevant configuration data.
The text was updated successfully, but these errors were encountered:
In order to provide greater flexibility and accommodate specific use cases, we need to enhance the Opendatahub authentication system to support anonymous models. Anonymous models are models that can be accessed without requiring authentication. To enable this feature, we will create an endpoint in the model-controller that can respond to HTTP requests and determine if a model supports anonymous access based on the configuration stored in the AuthConfig metadata.
Task Details:
Implement Anonymous Model Detection: Develop an endpoint in the model-controller that can query the ServingRuntime used by a specific model to determine whether it is configured to support anonymous access. This endpoint should be able to identify models that do not require authentication.
HTTP Response for Anonymous Models: Configure the endpoint to respond to HTTP requests with information about whether a particular model supports anonymous access or not. The response should be clear and minimal.
Integration with AuthConfig: Ensure that the model-controller can access and retrieve the necessary configuration information from the AuthConfig related to anonymous access for each model. Create project-level AuthConfig maistra/odh-project-controller#58
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: