Back to Feast

Registry Permissions and Access Control

docs/reference/registry/registry-permissions.md

0.63.04.9 KB
Original Source

Registry Permissions and Access Control

API Endpoints and Permissions

EndpointResource TypePermissionDescription
ApplyEntityEntityCreate, Update, DeleteApply an entity to the registry
GetEntityEntityReadGet an entity from the registry
ListEntitiesEntityReadList entities in the registry
DeleteEntityEntityDeleteDelete an entity from the registry
ApplyDataSourceDataSourceCreate, Update, DeleteApply a data source to the registry
GetDataSourceDataSourceReadGet a data source from the registry
ListDataSourcesDataSourceReadList data sources in the registry
DeleteDataSourceDataSourceDeleteDelete a data source from the registry
ApplyFeatureViewFeatureViewCreate, Update, DeleteApply a feature view to the registry
GetFeatureViewFeatureViewReadGet a feature view from the registry
ListFeatureViewsFeatureViewReadList feature views in the registry
DeleteFeatureViewFeatureViewDeleteDelete a feature view from the registry
GetStreamFeatureViewStreamFeatureViewReadGet a stream feature view from the registry
ListStreamFeatureViewsStreamFeatureViewReadList stream feature views in the registry
GetOnDemandFeatureViewOnDemandFeatureViewReadGet an on-demand feature view from the registry
ListOnDemandFeatureViewsOnDemandFeatureViewReadList on-demand feature views in the registry
ApplyFeatureServiceFeatureServiceCreate, Update, DeleteApply a feature service to the registry
GetFeatureServiceFeatureServiceReadGet a feature service from the registry
ListFeatureServicesFeatureServiceReadList feature services in the registry
DeleteFeatureServiceFeatureServiceDeleteDelete a feature service from the registry
ApplySavedDatasetSavedDatasetCreate, Update, DeleteApply a saved dataset to the registry
GetSavedDatasetSavedDatasetReadGet a saved dataset from the registry
ListSavedDatasetsSavedDatasetReadList saved datasets in the registry
DeleteSavedDatasetSavedDatasetDeleteDelete a saved dataset from the registry
ApplyValidationReferenceValidationReferenceCreate, Update, DeleteApply a validation reference to the registry
GetValidationReferenceValidationReferenceReadGet a validation reference from the registry
ListValidationReferencesValidationReferenceReadList validation references in the registry
DeleteValidationReferenceValidationReferenceDeleteDelete a validation reference from the registry
ApplyPermissionPermissionCreate, Update, DeleteApply a permission to the registry
GetPermissionPermissionReadGet a permission from the registry
ListPermissionsPermissionReadList permissions in the registry
DeletePermissionPermissionDeleteDelete a permission from the registry
CommitNoneCommit changes to the registry
RefreshNoneRefresh the registry
ProtoNoneGet the proto representation of the registry

How to configure Authentication and Authorization

Please refer the page for more details on how to configure authentication and authorization.