Adam Vollrath

Results 15 issues of Adam Vollrath

**Tell us about your request** Currently, open-source Uffizzi users must run `rake uffizzi_core:create_user` to create the first user after installing Uffizzi using Helm. I believe Helm can do this for...

community-new

We want to use "wildcard" TLS certificates to stop relying upon third-party certificate authorities for each new deployment. This should increase reliability and sometimes speed of new deployments. The easiest...

community-new

Child of https://github.com/UffizziCloud/uffizzi_platform/issues/239#issuecomment-1244492724 Some of our customers need to test additional subdomains pointed to the same Uffizzi Deployment. We should accept these within our compose file along with other Uffizzi...

We can enhance our customers' experiences on GitHub by specifying Environments and Deployments on GitHub from within our reusable workflow and/or GitHub Actions. Read about them here https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment Because we...

I'd like this `http-add-on` Interceptor Proxy to also support WebSocket connections. ### Use-Case Currently WebSocket connections are not supported through the Interceptor proxy. Per this discussion, HTTP requests with `upgrade`...

help wanted
stale-bot-ignore

Right now there's nothing preventing users from specifying a `DaemonSet` within their virtual clusters, although our documentations suggests they are not supported. When I tried, the virtual cluster accepted the...

ephemeral clusters

To support `~enterprise~` users, our Helm chart should be able to fetch Uffizzi images from private repositories.

platform

`docker pull minio/minio@sha256:5eedfe2636306b83f5758ba8c7b94b7e161446ed7db038d35575ebf74204bd54` This command works, and demonstrates specifying an image by its unique hash. We should support this in our compose files as well. When I try now, even...

community-new

We'd like to support compose files with secrets. While GitHub's cache access model is decent, it's not intended to keep secrets. Compose files are often larger than most GHA workflow...