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

Update OSCAR info panel #282

Closed
IgnacioHeredia opened this issue Dec 10, 2024 · 1 comment · Fixed by #283
Closed

Update OSCAR info panel #282

IgnacioHeredia opened this issue Dec 10, 2024 · 1 comment · Fixed by #283
Assignees
Labels
enhancement New feature or request priority:high

Comments

@IgnacioHeredia
Copy link
Contributor

This is the current state:

image

We should group the parameters endpoint and token onto a group called: Synchronous calls.

The we need to create an additional group called Asynchronous calls and there create the following parameters:

  • MINIO bucket: this is service['name']
  • MINIO URL: this is service['storage_providers']['minio']['default']['endpoint']
  • MINIO access key: this is service['owner']
  • MINIO secret key: this is service['storage_providers']['minio']['default']['secret_key']
@IgnacioHeredia IgnacioHeredia added enhancement New feature or request priority:high labels Dec 10, 2024
@MartaOB MartaOB linked a pull request Dec 12, 2024 that will close this issue
@IgnacioHeredia
Copy link
Contributor Author

MINIO access key: this is service['owner']

@MartaOB I have updated PAPI so that this info can be retrieved from service['storage_providers']['minio']['default']['access_key']. It's better to adapt to this because the access key might not always end up being the EGI token.

@MartaOB MartaOB 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
enhancement New feature or request priority:high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants