Márk Sági-Kazár

Results 330 issues of Márk Sági-Kazár

Use telemetry endpoint instead of a console option. (Make it configurable? Depend on environment?)

Add OIDC login flow. Use [Dex](https://github.com/dexidp/dex) **Resources:** - https://github.com/qor/auth - https://connect2id.com/learn/openid-connect - https://github.com/markbates/goth - https://oidcdebugger.com/ - https://auth0.com/docs/protocols/oauth2/oauth-state - https://auth0.com/docs/protocols/oauth2/mitigate-csrf-attacks - https://stackoverflow.com/questions/35165793/what-prevents-the-state-parameter-in-openid-connect-server-flow - https://stackoverflow.com/questions/25686484/what-is-intent-of-id-token-expiry-time-in-openid-connect?rq=1 - https://medium.com/@darutk/understanding-id-token-5f83f50fa02e - https://openid.net/specs/openid-connect-core-1_0.html - https://github.com/coreos/go-oidc -...

Check out [OPA](https://www.openpolicyagent.org/)

enhancement

Hey there, Thanks for the great library, the Go market really lacked it. Currently I am working on a data processing pipeline which imports data from various sources. This means...

When shutting down an application I met two common patterns regarding cleanup/shutting things down: - one is the way fx does it's on stop hook (with a context adhering deadlines)....

The ComponentStatus resource is deprecated as of Kubernetes 1.19: https://github.com/kubernetes/kubernetes/pull/93570 We use it to check if the API server is available: https://github.com/banzaicloud/pke/blob/master/cmd/pke/app/phases/kubeadm/controlplane/controlplane.go#L1018

Do we still use it?

area/cni

**Is your feature request related to a problem? Please describe.** I want PKE to install Docker for me. **Describe the solution you'd like to see** Install Docker if it's not...

area/cri

Currently only the builtin kubedm versions are supported.