-
Notifications
You must be signed in to change notification settings - Fork 530
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
[DOC] Missing "ListObjects" permission in the S3 configuration doc #2489
Comments
Thanks for the report! |
I am running into this now - however, I added the ListObjects and ListObjectsV2 and I am using IRSA. Is there anything else I can check?
|
I am dumb - disregard. I remove my SA config accidentally from values. Appreciate all your hard work. |
Hi @knylander-grafana , can you please update the status of this ticket in your view in https://github.com/orgs/grafana/projects/69/ |
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. |
We're seeing this issue using ceph's S3 object store. I've given the Access/Secret key permission to I've tried setting |
Double check the credentials @r65535 and perhaps test manually outside of Tempo to confirm. |
I am facing this issue as well - I am using S3 object storage, with |
@z0rc Saved my day man! I had started to doubt myself ! Looks like a regression due to AWS SDK version upgrade. There's nothing much happening in the Tempo Code really. |
This is still an issue, #2888 doesn't seem to fix anything. |
I'm getting ready to update the S3 config docs to address some of this content. Here are some related S3 issues we'll take into consideration for updating the doc:
To update the docs, we're going to:
Draft PR: #3164 |
|
This issue is not closed, and we ask that you reopen it. In fact, aws said.
And I'm still getting the error that's attached to the issue. tempo_values.yaml storage:
trace:
backend: s3
s3:
secret_key: secret
access_key: key
bucket: <bucket-name>
endpoint: '<bucket-name>.s3.<region>.amazonaws.com'
insecure: false
region: <region> I just excuted next command |
Are you sure that If I go to the permissions doc here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html Then click here: It takes me to this list of s3 actions: https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations.html which includes |
Confusingly, the action and permissions have different names. If you look at https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html you'll see:
|
Ah, thank you 🙏. I'm going to leave this issue closed since it specifically discusses adding "ListObjects" to the docs. If you are having issues getting auth configured to work with S3 please update to 2.3.1 (we've made some fixes) and open an issue if things are still not working. |
For what it's worth, I encountered the same error, but it turns out my The actual error message was from a pod with the same kubernetes serviceAccount:
After fixing the |
Describe the bug
When I deployed the Tempo with this S3 configuration doc https://grafana.com/docs/tempo/latest/configuration/s3/, I faced this error
Expected behavior
The S3 configuration doc should add s3:ListObjects action into the policy.
Environment:
2.1.1
The text was updated successfully, but these errors were encountered: