-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add the ability to install the agent and control plane without …
…secrets (#189)
- Loading branch information
Showing
82 changed files
with
7,698 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ | ||
|
||
README.md.gotmpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Dex 2.40.0 release" | ||
artifacthub.io/images: | | ||
- name: dex | ||
image: ghcr.io/dexidp/dex:v2.40.0 | ||
apiVersion: v2 | ||
appVersion: 2.40.0 | ||
description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable | ||
connectors. | ||
home: https://dexidp.io/ | ||
icon: https://dexidp.io/favicon.png | ||
keywords: | ||
- oidc | ||
- oauth | ||
- identity-provider | ||
- saml | ||
kubeVersion: '>=1.14.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: sagikazarmark | ||
url: https://sagikazarmark.hu | ||
name: dex | ||
sources: | ||
- https://github.com/dexidp/dex | ||
- https://github.com/dexidp/helm-charts/tree/master/charts/dex | ||
type: application | ||
version: 0.18.0 |
Oops, something went wrong.