Adrian Berger

Results 59 comments of Adrian Berger

I agree, my issue got closed: #24 Until there is a better way of using the webui, I created my own docker image: https://github.com/adberger/fluxcd-webui

@chriscowley Unfortunately the kubeconfig is still needed even in the cluster itself. > Additionally I'm asking myself, if its possible to get the RBAC directly from the ServiceAccount token in...

IMO, it's from vue-style-loader ([4.1.3](https://github.com/vuejs/vue-style-loader/blob/v4.1.3/package.json)) & img-loader ([4.0.0](https://github.com/vanwagonet/img-loader/blob/v4.0.0/package.json)) which are finally using loader-utils (max. [1.4.2](https://github.com/webpack/loader-utils/blob/v1.4.2/package.json) because of ^1.X.X)

> > IMO, it's from vue-style-loader ([4.1.3](https://github.com/vuejs/vue-style-loader/blob/v4.1.3/package.json)) & img-loader ([4.0.0](https://github.com/vanwagonet/img-loader/blob/v4.0.0/package.json)) which are finally using loader-utils (max. [1.4.2](https://github.com/webpack/loader-utils/blob/v1.4.2/package.json) because of ^1.X.X) > > Thats absolutely correct. How to fix that? This...

@backlink-market just look at the commits in this repository. laravel-mix probably isn't actively maintained currently.

Any updates on this? `seLinuxMount` is in the spec since kubernetes v1.25! see: - https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#csidriverspec-v1-storage-k8s-io - https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#csidriverspec-v1-storage-k8s-io

+1 for GitLab self-hosted, scope `groups` is missing there: https://docs.gitlab.com/ee/integration/oauth_provider.html#authorized-applications When trying to login with GitLab I get: The requested scope is invalid, unknown, or malformed. URL is: https://gitlab.subdomain.tld/oauth/authorize?client_id=XXX&redirect_uri=http%3A%2F%2F127.0.0.1%3A8080%2F&response_type=code&scope=profile+openid+email+groups&state=XXX

For me it works with `1.5.1` but fails with `latest`, just FYI

Hook Metrics should be available under the `/metrics/hooks` endpoint.

Will this be possible in the near future or should we do PRs for additional application icons? We currently have the need for: - Prometheus - Hubble (Cilium) - WeaveGitOps...