Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spelling/style of description of metadatamanager service #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ can then grant permission or deny it. An administrator (or owner) can also direc
<figcaption>CRUD Authorization</figcaption>
</figure>

## Metadata
## Metadatamanager
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metadatamanger or Metadata-Service?



Handles opensearch-structure (roles, rolesmappings, tenants...) and provides endpoints for indexing and handling application-indizes.

When creating an organization, metadata-Service will provide a tenant, as well as dedicated roles and rolesmappings for organization-level roles.
When creating an organization, metadata-service will provide a tenant, as well as dedicated roles and rolesmappings for organization-level roles.

<figure markdown>
![CRUD organization](../assets/components/metadata/metadata-organization-context.svg)
<figcaption>CRUD organization</figcaption>
</figure>

When creating a space, metadata-Service will provide a tenant, as well as dedicated roles and rolesmappings for space-level roles and an
When creating a space, metadata-service will provide a tenant, as well as dedicated roles and rolesmappings for space-level roles and an
index `<orga>_<space>_measurements` (including an alias `measurements`).

<figure markdown>
Expand Down