Chad Weider
Chad Weider
This should do it: ``` $ git tag 1.0.1 15acada6e89 $ git push origin 1.0.1 ```
Yup, `HEAD` would work.
First piece of info to look-up is the grace period for the pods ([`terminationGracePeriodSeconds`](https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-terminating-with-grace), I think). My intuition is that long-running celery tasks are the cause. I assume that the...
Mozilla’s [Django-csp](https://github.com/mozilla/django-csp) is the obvious choice for integration. Assuming that there are no proxy layers in the data center that interfere with this header, the task is straight-forward. Observation: Reports...
> > Configuration: The initial policy can be permissive. While this is not great, it is honest and avoids the need for collateral changes. After that, the policy can be...