-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update object storage access #23
Conversation
Could @tinaok or @guillaumeeb please test this and let me know your thoughts. |
Thanks @sebastian-luna-valero, appart from my two commands above, I was able to list my already generated access and secret key for AWS S3 interface, and also to retrieve the Swift token. Is the idea to stop using |
@guillaumeeb you will need to create new S3 credentials to access the new OpenStack project with ID: We currently have one Virtual Organization ( |
By the way, I am discussing with CESNET alternatives. So we might go back to using |
Right, I didn't get this part. So the current proposal is to have one project for compute resources, and the other for the storage containers, allowing finer grain access control. I can see through Horizon that I have now access to |
That's exactly right! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to follow all commands and to use both ZarrSwiftStore and S3 interface with Read/write permission on the new Openstack project.
So this is perfectly fine, but I'd like to have just a sentence explaining that we create containers in a separate project than the default one, and this is why we do it like this.
hi, can we merge this pull request? |
@sebastian-luna-valero I tried to add your explanation with a bit of my words to this PR. If this is OK, we can then merge and continue working on the ACL aspects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I just saw you proposed to wait in #21 (comment). Do you still want to wait before merging? |
We can merge, it's just that the issue with private buckets hasn't been solved yet. Maybe we should add this warning to the PR until the issue is fixed. See the current situation with permissions here |
@sebastian-luna-valero good idea for adding the warning! |
I think if we put the really nice table of your comment in the other thread in this PR, this would be fine to merge! |
Let's add the table in the next merge. I merge the pull request now so that we can go on for clivar workshop. |
Changes to meet the requirements for a private object storage space, discussed in #17