You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would avoid changing the admin's API key, which is currently problematic as the user creation from PhenoMeNal portal relies on a constant API key for the admin user.
A different solution to be able to implement what @kikkomep had to reverse some weeks ago (a16a9c7) would be to run this script inside a virtualenv with the newest bioblend version... would this work @kikkomep ?
Probably a user API KEY is required to upload workflows because it allows to identify the workflow owner. The solution of running my fix inside a virtualenv with the latest bioblend version should work.
Is there really a point in making an admin API key if we are already injecting the master API key?
Here we could just use the master API key:
https://github.com/phnmnl/container-galaxy-k8s-runtime/blob/develop/ansible/configure_galaxy.py#L154
Or any of the calls require a user owned?
This would avoid changing the admin's API key, which is currently problematic as the user creation from PhenoMeNal portal relies on a constant API key for the admin user.
Any comments @ilveroluca @kikkomep @pkrog ?
The text was updated successfully, but these errors were encountered: