Skip to content

Commit

Permalink
Merge pull request #42 from gisaia/doc/iam_index_name
Browse files Browse the repository at this point in the history
Add index name rule for ARLAS IAM deployment
  • Loading branch information
WilliGautier authored Nov 27, 2024
2 parents 60483bf + 4c38086 commit 73ecba0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ The `indices create` sub-function create the index from a mapping json file.
The index name and the path to the mapping json file have to be used to create the ES index.
!!! warning
If the ARLAS deployment uses ARLAS IAM for authentication, the index must be associated with an organisation.
The `index_name` must follow the pattern `{organisation}@{data_index_name}` (e.g., `gisaia.com@ais_courses`).
The `indices create` sub-function create the index from a mapping json file.
Example:
Expand Down

0 comments on commit 73ecba0

Please sign in to comment.