helm
oauth2-proxy
Our great sponsors
helm | oauth2-proxy | |
---|---|---|
172 | 90 | |
24,363 | 7,023 | |
0.6% | 2.2% | |
9.3 | 5.1 | |
7 days ago | 3 days ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
helm
-
How to Setup Jenkins on Kubernetes Cluster with Helm
Helm is an open-source platform that was created by DeisLabs. Helm is used as the package manager for Kubernetes. Many developers use Helm to install any Kubernetes application to the Kubernetes Cluster. Helm automates the process of deploying a Kubernetes application to the Kubernetes Cluster. Helms bundles a Kubernetes application into a single package known as a Helm chart. Developers will then take this Helm chart and install them on the Kubernetes Cluster. You can check this article on Sweet Code about deploying Helm Chart to Kubernetes.
- Selfhosted k8s for home server?
-
I guess truecharts is banning people for voicing their opinion on this sub too now. I did not say anything untrue or out of line.
There's no real reason, just manpower. At the end of the day, all these charts are based on a superset of functionality from Helm Charts. There are probably some variations in between the repos that would require some adjustment, so if anybody wants to help copy things over, as we say "Pull Requests Welcome" :)
-
Helmify your React App on EKS
Helm Chart is an open-source project owned by Kubernetes. It is Package Manager, Template Engine and Release engine for Kubernetes.
-
Alternatives to Helm?
And I've found the issue https://github.com/helm/helm/issues/4256
-
Org Mode Gripes
If you want to compare Org with something on Github, a better comparison would be, say, helm - undoubtly popular package developed on Github. https://github.com/helm/helm/graphs/contributors Now, look at https://github.com/yantar92/org/graphs/contributors Again, I cannot help but notice that Org is more actively developed.
-
How to Deploy and Scale Strapi on a Kubernetes Cluster 1/2
To take our journey one step further, we need the help of a very important tool in the K8s world: Helm. From their website: "Helm helps you manage Kubernetes applications — Helm Charts helps you define, install, and upgrade even the most complex Kubernetes application." Therefore, we need a "helm chart" to improve our deployment.
-
From local development to Kubernetes — Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD — Part[1]
There are several ways how you can deploy a database in the cluster (you can also use a remote database hosted in the cloud, but we want to make this practice more challenging so we can touch more concepts regarding Kubernetes). You can manually write all the manifests (deployment, service, secrets, volumes, etc) or you can use **Helm **to deploy the database and many other services. I highly recommend using helm charts (verified ones) to deploy this kind of service instead of writing these by yourself.
-
Building a RESTful API With Functions
Kubernetes and Helm for deployment
-
Replace JupyterHub with a simple FastAPI app to manage notebooks on Kubernetes
What do you mean by stored? The notebooks are deployed on kubernetes using Helm https://helm.sh (1 notebook = 1 Helm release), their configs are stored as Secrets on Kubernetes. If you mean data inside the notebook, one can enable persistence (mount a PersistenVolume into the notebook) (via the Helm values, see https://github.com/machine424/notebook-on-kube#create-connect-to-and-delete-a-notebook).
oauth2-proxy
-
How to build Auth in 2023 with go?
Like auth basic? Mate, its 2023 get that RestAPI endpoint behind an OAuth proxy. github.com/oauth2-proxy/oauth2-proxy is a good one on a budget or use some cloud provider's ApiGateway and IAM services.
-
Pomerium or Authentik?
A final option would be oauth2-proxy which I also tried out in the past. It was pretty easy to get going, but also quite barebones. However maybe that would be fine for my usecase. Still something to investigate.
I use it in combination with oauth2-proxy, which sits in front of my network and the various services I host. https://github.com/oauth2-proxy/oauth2-proxy
-
Is it possible to password protected reverse proxy?
Under the hood Authentik just uses https://github.com/oauth2-proxy/oauth2-proxy. The preconfigured proxy is convenient but if you already have a SSO provider you don't need to switch.
-
How do you secure your webpages that have no protection?
I recommend https://github.com/oauth2-proxy/oauth2-proxy
-
Single Exposed Self-Hosted Portal to Reach Internal Services? (Reverse Proxy App)
Have a look at oauth2-proxy. I wanted to do something similar - I wanted to access the various services running on my home network over the internet, but keeping them secure.
- Creating an HTML repository for documentation
- Okta Access Gateway Alternatives
-
pg_gpt: Schema-aware PostgreSQL extension for asking questions about your data using natural language, powered by GPT API.
I was trying to piece together oauth2-proxy with caddy without any real documentation to follow. It doesn't exist.
-
Transparent Auth Gateway / Identity Proxy. Source code and explanation (OpenIdDict, C#, AzureAD)
I see OAuth2-Proxy on the other side of the spectrum – it's just a proxy that is flexible around supporting various Identity Providers but lacking customisation of extra authentication checks and adding custom claims to the issued access token. I see it similar to Keycloack mentioned in part 3.4 of the first article.
What are some alternatives?
traefik-forward-auth - Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy
vouch-proxy - an SSO and OAuth / OIDC login solution for Nginx using the auth_request module
authelia - The Single Sign-On Multi-Factor portal for web apps
Keycloak - Open Source Identity and Access Management For Modern Applications and Services
caddy-auth-portal - Authentication Plugin for Caddy v2 implementing Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA with App Authenticators and Yubico.
Pomerium - Pomerium is a context-aware access gateway.
lua-resty-openidc - OpenID Connect Relying Party and OAuth 2.0 Resource Server implementation in Lua for NGINX / OpenResty
docker-swag - Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention.
Docusaurus - Easy to maintain open source documentation websites.
loki - Like Prometheus, but for logs.
crossplane - Cloud Native Control Planes
Ory Hydra - OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security Modules. Compatible with MITREid.