Jack Jackson
Jack Jackson
**Describe the feature you'd like** When adding a new service (available locally on `service.internal`) to Cloudflared tunnel (with UUID ``) so that `foo.example.com` resolves to that service, two steps are...
See [issue](https://github.com/grafana/oncall/issues/86)
This adds support for a Github Actions compatible OIDC provider. For more info, see: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect It depends on a few changes in act and act_runner: https://gitea.com/gitea/act_runner/pulls/272 https://gitea.com/gitea/act/pulls/73 --- The above...
Given the existence of `anyCollectionOf(Class clazz)`, `anyMapOf(Class keyClazz, Class valueClazz)`, etc., and the introduction of `java.util.Optional` in Java8, it seems natural to introduce the following methods in Matchers.java: ``` public...
# Summary When trying to create a PVC from a Snapshot, error `failed to provision volume with StorageClass "": rpc error: code = NotFound desc = dataset does not exists`...