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

Add User Group to Run Reindexing #1203

Closed
CarsonDavis opened this issue Jan 24, 2025 · 1 comment
Closed

Add User Group to Run Reindexing #1203

CarsonDavis opened this issue Jan 24, 2025 · 1 comment
Assignees

Comments

@CarsonDavis
Copy link
Collaborator

Description

Currently, it seems that only superusers can successfully import DeltaUrls from the dev server to the staging server. The curator group does not seem to be enough.

Can we figure out exactly which permissions are needed, so that we can make a user group that has import permissions but not full superuser status.

https://sde-indexing-helper-staging.nasa-impact.net/admin/users/user/6/change/

Image

Implementation Considerations

  • type your first consideration here

Deliverable

arst

Dependencies

depends on

@saifrk
Copy link
Collaborator

saifrk commented Jan 29, 2025

Performed the following to verify the import permissions for non-superusers, specifically the Curators group:

  1. Created a local user-group with the same permissions as the existing Curators group, which was successful in importing DeltaUrls from the dev server to staging.
  2. Tested the same on staging:
    -Created a new user with the following credentials:
    Username: Test
    Password: Test@123
    -Assigned the 'curators' group to this user.
    Note: The above credentials can be used to verify the functionality, It will be deleted in a couple of days.
  3. Confirmed that this user was able to successfully import the deltas from the dev server to staging.

Based on these observations, the functionality is working as expected. Therefore, I am closing this card.

@saifrk saifrk closed this as completed Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants