Skip to content

new(dexidp.io): Dex — federated OpenID Connect provider (from source)#13051

Closed
tannevaled wants to merge 3 commits into
pkgxdev:mainfrom
tannevaled:new/dex
Closed

new(dexidp.io): Dex — federated OpenID Connect provider (from source)#13051
tannevaled wants to merge 3 commits into
pkgxdev:mainfrom
tannevaled:new/dex

Conversation

@tannevaled
Copy link
Copy Markdown
Contributor

Summary

  • New recipe dexidp.io — Dex OIDC/OAuth2 identity provider, the IdP behind argocd / kubectl-oidc / many Kubernetes-native auth flows.
  • Pure Go build: `go build -trimpath -ldflags '-X main.version=v$ver' -o bin/dex ./cmd/dex`. Version injected at link time.
  • From source, no vendored binaries.

Test plan

  • `dex version` reports the bottle's version
  • All 4 platforms (linux x86-64/aarch64, darwin x86-64/aarch64)

Companion to #13042 (argocd) and the from-source-recipes batch.

🤖 Generated with Claude Code

tannevaled and others added 3 commits May 29, 2026 11:11
OIDC/OAuth2 IdP that federates to upstream identity providers
(LDAP, GitHub, Google, SAML, etc.). Drives authentication for
Kubernetes-native tooling like argocd and kubectl-oidc.

Pure Go binary — `go build -o bin/dex ./cmd/dex` with version
injected via -ldflags. From source, no vendored binaries.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@tannevaled
Copy link
Copy Markdown
Contributor Author

Obsolete — projects/dexidp.io/ already on upstream/main from another author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant