rpaas-operator
rpaas-operator copied to clipboard
RPaaS operator manages reverse proxy as service instances inside a Kubernetes cluster
Motivation some users complain that our RPaaS API does not have a validation of nginx.conf files, resulting in a rollout with pod errors, them the responsibility to rollback is totally...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.20+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...
This PR add OpenApi documentation of endpoints of Rpaasv2 API `GET: /resources/:instance/certificate` `DELETE: /resources/:instance/certificate/:name` `POST: /resources/:instance/certificate` helps https://github.com/tsuru/rpaas-operator/issues/39
It would be nice if we describe the RpaaS API using a formal specification like OpenAPI. Below is outlined all routes used today. Let's doc them! :rocket: #### Tsuru Service...
- [x] update rpaas validation - [x] remove cert-manager certificate by name on command line (plugin) - [x] annotation to cert-name be strict based on dnsNames
Nowadays TSURU ecosystem uses the deprecated lib: opentracing, we may switch to opentelemetry to the new industry standard.