Skip to content

Commit 0a48f7b

Browse files
authored
fix: Links to the RBAC documentation under Concepts and Components (feast-dev#4430)
* fix the rbac docs links Signed-off-by: Abdul Hameed <ahameed@redhat.com> * fix: links to the RBAC documentation under Concepts and Components sections Signed-off-by: Abdul Hameed <ahameed@redhat.com> --------- Signed-off-by: Abdul Hameed <ahameed@redhat.com>
1 parent 75983f2 commit 0a48f7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/SUMMARY.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* [Feature retrieval](getting-started/concepts/feature-retrieval.md)
2525
* [Point-in-time joins](getting-started/concepts/point-in-time-joins.md)
2626
* [Registry](getting-started/concepts/registry.md)
27+
* [Permission](getting-started/concepts/permission.md)
2728
* [\[Alpha\] Saved dataset](getting-started/concepts/dataset.md)
2829
* [Components](getting-started/components/README.md)
2930
* [Overview](getting-started/components/overview.md)
@@ -32,6 +33,7 @@
3233
* [Online store](getting-started/components/online-store.md)
3334
* [Batch Materialization Engine](getting-started/components/batch-materialization-engine.md)
3435
* [Provider](getting-started/components/provider.md)
36+
* [Authorization Manager](getting-started/components/authz_manager.md)
3537
* [Third party integrations](getting-started/third-party-integrations.md)
3638
* [FAQ](getting-started/faq.md)
3739

docs/getting-started/components/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ A complete Feast deployment contains the following components:
2828
* **Batch Materialization Engine:** The [Batch Materialization Engine](batch-materialization-engine.md) component launches a process which loads data into the online store from the offline store. By default, Feast uses a local in-process engine implementation to materialize data. However, additional infrastructure can be used for a more scalable materialization process.
2929
* **Online Store:** The online store is a database that stores only the latest feature values for each entity. The online store is either populated through materialization jobs or through [stream ingestion](../../reference/data-sources/push.md).
3030
* **Offline Store:** The offline store persists batch data that has been ingested into Feast. This data is used for producing training datasets. For feature retrieval and materialization, Feast does not manage the offline store directly, but runs queries against it. However, offline stores can be configured to support writes if Feast configures logging functionality of served features.
31-
* **Authorization manager**: The authorization manager detects authentication tokens from client requests to Feast servers and uses this information to enforce permission policies on the requested services.
31+
* **Authorization Manager**: The authorization manager detects authentication tokens from client requests to Feast servers and uses this information to enforce permission policies on the requested services.

0 commit comments

Comments
 (0)