Benjamin Nørgaard

Results 26 issues of Benjamin Nørgaard

Test and document how to setup OIDC against AzureAD.

When creating a project there is a few things which arent tied to a specific capsule. Eg. `Namespace`, project level environment variables and if we run the vertical pod auto...

Due to the asynchronous nature of a gitops workflow we need to futher improve the observability in the dashboard with regards to the status of changes. - Has my change...

In some gitops setups changes to the underlying cluster needs to go through an approval flow. Pull requests are often used for this. We should support creating our changes in...

platform

As of now the gitops support in Rig.dev only supports using git as a place to write changes instead of applying them directly to an underlying cluster. It would be...

platform

When working with multiple clusters we currently need the operator GRPC interface to be exposed from every cluster in order to read the capabilities of each cluster. It would be...

I would expect this to render a table and not a textual representation of the struct. This is an example https://docs.rig.dev/api/v1alpha1#capsuleinterfaceingress https://github.com/rigdev/rig/blob/main/docs/docs/api/v1alpha1.md?plain=1#L64

bug
documentation

rig-operator exposes metrics at `:8080/metrics` we should add a page about this and how to use the `ServiceMonitor` #404

documentation

We currently support overriding the templates used for the commits that the git integration makes. We should document this and also what variables are available in the templates.

documentation

When I run `godocdash` I get an empty docset, a lot of logged lines but a positive exitcode. This is the output I get: ``` ➜ godocdash 2019/07/31 14:37:50 ReadFile:...