-
Notifications
You must be signed in to change notification settings - Fork 2
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
As a user, I want to have read-only access to all registry indexes #350
Comments
There are two ways to do this with harvest, mgr tools, and validate-refs (they all use registry-common):
|
@al-niessner does the Java SDK support wildcards like |
No. It takes a list. We can convert wildcards to list since the full list
is known as priori.
β¦On Tue, Dec 10, 2024, 13:27 Jordan Padams ***@***.***> wrote:
@al-niessner <https://github.com/al-niessner> does the Java SDK support
wildcards like *-registry? This is something we can do in Kibana to
search across indexes.
β
Reply to this email directly, view it on GitHub
<#350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIUBIUVN3S3CTYEKIM5RLL2E5MCXAVCNFSM6AAAAABSO7JATCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZSHEZDMMZTGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@jordanpadams @viviant100 @tloubrieu-jpl we will need someone from one of the nodes to confirm there Read access to all indexes. The reason we cannot test with users in EN group is because these users are already have read access to all indexes. Who can I reach out to for testing? |
Hi @sjoshi-jpl , I can volunteer tomorrow to be removed from EN node and be associated to a discipline node. |
@tloubrieu-jpl I created a test user, we can test with it tomorrow. |
@sjoshi-jpl per this discussion thread on validate, instead of having a read-only role for all indices, could we just create a read-only alias index that maps to all the indices? |
e.g.
|
Sorry I missed the comment before, but as a first test result, with test user
|
@sjoshi-jpl the initial scope of the ticket is validated. Can you look at the new request of Jordan, regarding having a virtual index aggregating the others ? We would also need to document how the authorization is managed, in the wiki or in terraform. |
@sjoshi-jpl @tloubrieu-jpl I am OK with not pursuing this alias index. It seems like a more concise approach for handling the authorization, but if it is not, then we can continue with the route @tloubrieu-jpl just tested. |
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Node Operator
πͺ Motivation
...so that I can run tools against the read-only registry indexes. e.g. run validate-refs against all data in the database
π Additional Details
No response
Acceptance Criteria
Given one lidvid that exists in the geo-registry index and one lidvid that exists in the naif-registry index
When I perform a query for each of those lidvids against those registries
Then I expect to be able to retrieve results
βοΈ Engineering Details
Blocking #351
π I&T
No response
The text was updated successfully, but these errors were encountered: