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

[Aug 9] Regenerate NASA SMCE credentials #4577

Closed
4 tasks done
yuvipanda opened this issue Aug 6, 2024 · 3 comments · Fixed by #4590
Closed
4 tasks done

[Aug 9] Regenerate NASA SMCE credentials #4577

yuvipanda opened this issue Aug 6, 2024 · 3 comments · Fixed by #4590
Assignees

Comments

@yuvipanda
Copy link
Member

yuvipanda commented Aug 6, 2024

This is a recurring task that must be done every ~55 days.

AWS credentials for our hub deployer must be renewed for the following clusters:

  • Due Aug 9
  • NASA VEDA
  • GHG Center
  • ESDIS

#4285 was the previous time this was done

@GeorgianaElena
Copy link
Member

Unfortunatelly I can't work on this because my IAM user has expired. I've emailed them to get help with this, but it might take a while.

@sgibson91 has agreed to take this and in return I will work on #4576. Thank you!

@maxrjones
Copy link
Contributor

@sgibson91 @yuvipanda I'm having trouble with credentials on the VEDA Hub and am posting it here since it seems like it could be related. The following code worked yesterday on the prod Hub and still works today on the staging Hub, but is failing now on prod with ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden. Could you offer guidance on how to get the auth working again?

import fsspec
import xarray as xr

with fsspec.open('s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGDE.07/2024/02/3B-DAY-E.MS.MRG.3IMERG.20240211-S000000-E235959.V07B.nc4') as f:
    ds = xr.open_dataset(f)

@maxrjones
Copy link
Contributor

@sgibson91 @yuvipanda I'm having trouble with credentials on the VEDA Hub and am posting it here since it seems like it could be related. The following code worked yesterday on the prod Hub and still works today on the staging Hub, but is failing now on prod with ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden. Could you offer guidance on how to get the auth working again?

import fsspec
import xarray as xr

with fsspec.open('s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGDE.07/2024/02/3B-DAY-E.MS.MRG.3IMERG.20240211-S000000-E235959.V07B.nc4') as f:
    ds = xr.open_dataset(f)

@sgibson91, nevermind - please ignore this comment because this was entirely a user error. I assumed a different role to be able to write to a bucket, which made me not able to use the magic behind VEDA's data access. Sorry for the noise!

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

Successfully merging a pull request may close this issue.

4 participants