Nuwan Goonasekera
Nuwan Goonasekera
Yes, hitting that django template url should probably just cause a redirect to an appropriate path in the Angular Single Page Application, where the new template will reside. As long...
@DSVT-Git Can you try a different auth provider, like github? And using an incognito window may also help. However, if you simply want to clear your existing credentials, you can...
@DSVT-Git Thanks for contributing the AWS IAM policy creation steps. I'll close this issue now since I assume it's resolved. Feel free to reopen if not.
@DSVT-Git Can you try deleting all credentials from your cloudlaunch profile? It's under your username -> My credentials. Once all credentials are deleted, try again anew with fresh credentials and...
@rpetit3 Hi, this is most likely due to a permissions issue. Please take a look at this comment and let us know whether that solves the problem for you: https://github.com/galaxyproject/cloudlaunch/issues/198#issuecomment-655128278
@rpetit3 I don't think there's any part of the code that's hard-coded to ap-northeast. This is the line in question that does the credential verification: https://github.com/CloudVE/cloudbridge/blob/5820f681c33d74c93ede22e56d8c7a5f7b9f54e7/cloudbridge/base/provider.py#L143 It utilizes the cloud...
Thanks for tracking that down Alex. I should have looked one level higher, where there's a clear assumption that authentication would be region independent, which in Robert's case, is clearly...
What I meant was that we keep using a slug, but rename slug->id. That way, we can still have friendly urls etc., but we can always refer to an object's...
Thanks for catching that. The first issue needs a fix. The metrics deployment won't work without influxdb, as the extracted data is dumped into influxdb. The source for the container...
@pcm32 You're using NFS ganesha right? To test this hypothesis, could you try mapping in a local host mount for `/galaxy/server/database/cache/tool_cache/` using extraVolumes and extraVolumeMounts?