Caetano Melone

Results 14 comments of Caetano Melone

This happened to me too, and I was using postman. CSRF is disabled in Django REST by default, and postman was sending the csrf token to django, which caused this...

Hi @kwryankrattiger, we are in the final stages of completing the prediction API. There have been a couple changes to the API spec, which are documented here: https://github.com/spack/spack-gantry/blob/develop/docs/api.md#allocation. Notably, the...

https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html#whitelists

> We should be able to use a k8s ServiceAccount associated with an IAM role to grant the pod access to the S3 bucket, instead of creating long-lived credentials and...

Thanks for adding the API token, that level of access is perfect. Once the webhook is set up, we'll need to also store the webhook secret

Hey @mvandenburgh, this is almost ready. Would it be possible to add a webhook for all job status changes? I am not sure what the FQDN will be inside the...

Thanks! is there a webhook secret that gets set? If not, I'll need to remove that as a required env variable in the app

Thanks! I'll do some last minute checks and mark this as ready. Once deployed, would it be possible to get CLI access to the pods via kubectl? I imagine that...

Should be ready for merging now