-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump golang from 1.19.2-alpine3.16 to 1.20.1-alpine3.16 #144
base: master
Are you sure you want to change the base?
Commits on Oct 4, 2022
-
Revert "fix: check for no serviceAccountFilePath and no email (dexidp…
…#2679)" This reverts commit 4947772. Signed-off-by: Mark Sagi-Kazar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19b3aab - Browse repository at this point
Copy the full SHA 19b3aabView commit details -
fix(connector/google): make admin email optional for default creds
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 261adee - Browse repository at this point
Copy the full SHA 261adeeView commit details -
Merge pull request dexidp#2696 from dexidp/backport-2694
Backport dexidp#2694 to v2.35.x
Configuration menu - View commit details
-
Copy full SHA for 2027413 - Browse repository at this point
Copy the full SHA 2027413View commit details
Commits on Oct 5, 2022
-
build(deps): bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16
Bumps golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24401fd - Browse repository at this point
Copy the full SHA 24401fdView commit details -
Merge pull request dexidp#2698 from dexidp/backport-go-update
Backport Go update to v2.35.x
Configuration menu - View commit details
-
Copy full SHA for 8e2bce3 - Browse repository at this point
Copy the full SHA 8e2bce3View commit details
Commits on Oct 6, 2022
-
fix(connector/google): only initialize admin service if necessary
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 829444d - Browse repository at this point
Copy the full SHA 829444dView commit details -
Merge pull request dexidp#2702 from dexidp/backport-2700
Backport dexidp#2700 to v2.35.x
Configuration menu - View commit details
-
Copy full SHA for 9063c79 - Browse repository at this point
Copy the full SHA 9063c79View commit details
Commits on Oct 10, 2022
-
fix: Update gomplate version to 3.11.3 fix CVE-2022-27665
Signed-off-by: m.nabokikh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccbc86e - Browse repository at this point
Copy the full SHA ccbc86eView commit details
Commits on Oct 11, 2022
-
Merge pull request dexidp#2706 from flant/backport-cve-2022-27665
Backport dexidp#2705 to v2.35.x
Configuration menu - View commit details
-
Copy full SHA for 54c9e82 - Browse repository at this point
Copy the full SHA 54c9e82View commit details
Commits on Oct 31, 2022
-
build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (dexidp#…
…2708) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 01a4c7e - Browse repository at this point
Copy the full SHA 01a4c7eView commit details -
Add new connector for Cloudfoundry
- Verifies user is part of orgs and spaces for group claims Signed-off-by: Joshua Winters <[email protected]> Co-authored-by: Shash Reddy <[email protected]>
2 people authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 0666cbd - Browse repository at this point
Copy the full SHA 0666cbdView commit details -
update cf connector to use 'authorization_endpoint' from /v2/info
Co-authored-by: Topher Bullock <[email protected]> Signed-off-by: Josh Winters <[email protected]>
2 people authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 61b0445 - Browse repository at this point
Copy the full SHA 61b0445View commit details -
Added support for CF resources pagination
Signed-off-by: Daniel Lavoie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faa9f4a - Browse repository at this point
Copy the full SHA faa9f4aView commit details -
Signed-off-by: Joshua Winters <[email protected]> Co-authored-by: Rui Yang <[email protected]>
2 people authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for d31ae3f - Browse repository at this point
Copy the full SHA d31ae3fView commit details -
cf: add org guid to groups claims
Co-authored-by: Rui Yang <[email protected]> Signed-off-by: Joshua Winters <[email protected]>
2 people authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 8bce756 - Browse repository at this point
Copy the full SHA 8bce756View commit details -
add unit test and api call to
audited_spaces
andmanaged_spaces
Signed-off-by: Zoe Tian <[email protected]> Co-authored-by: Ciro S. Costa <[email protected]> Signed-off-by: w3tian <[email protected]>
2 people authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for e5780cd - Browse repository at this point
Copy the full SHA e5780cdView commit details -
Signed-off-by: Rui Yang <[email protected]> Co-authored-by: Joshua Winters <[email protected]>
2 people authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 6d6c640 - Browse repository at this point
Copy the full SHA 6d6c640View commit details -
add cf org:space:role group claim to token
Signed-off-by: Joshua Winters <[email protected]> Co-authored-by: Rui Yang <[email protected]>
2 people authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for fad2e8d - Browse repository at this point
Copy the full SHA fad2e8dView commit details -
gofumpt-ed Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for addb884 - Browse repository at this point
Copy the full SHA addb884View commit details -
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for c0fea31 - Browse repository at this point
Copy the full SHA c0fea31View commit details -
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 3cef9dc - Browse repository at this point
Copy the full SHA 3cef9dcView commit details -
rename connector;make types private;
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 9ffe6d7 - Browse repository at this point
Copy the full SHA 9ffe6d7View commit details -
add cloudfoundry to connector list in readme
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for e81d9df - Browse repository at this point
Copy the full SHA e81d9dfView commit details -
add client crendential grant type
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for faa102c - Browse repository at this point
Copy the full SHA faa102cView commit details -
Fix issues in existing client credentials change
This fixes two issues in the existing client credentials change: - client_credentials was not listed as a supported grant type - access tokens are not the storage ID Signed-off-by: Michael Kelly <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 570c27e - Browse repository at this point
Copy the full SHA 570c27eView commit details -
Fix tests in TestServerSupportedGrants for client credentials
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 895f3b2 - Browse repository at this point
Copy the full SHA 895f3b2View commit details -
allow configuring CAs/skip verify for OIDC
Signed-off-by: Alex Suraci <[email protected]> Co-authored-by: Rui Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac3d07f - Browse repository at this point
Copy the full SHA ac3d07fView commit details -
Fix io/ioutil deprecation error
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for eb3dbfc - Browse repository at this point
Copy the full SHA eb3dbfcView commit details -
* extract common newHTTPClient func out to its own package * add test for testing root CAs in the constructor. * test certs are set to expired in 10 years Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 3eff26c - Browse repository at this point
Copy the full SHA 3eff26cView commit details -
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 67d9142 - Browse repository at this point
Copy the full SHA 67d9142View commit details -
Merge remote-tracking branch 'origin/pr/client-credentials-grant-sync'
CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for d3054c5 - Browse repository at this point
Copy the full SHA d3054c5View commit details -
Merge remote-tracking branch 'origin/pr/oidc-CA-configure-sync'
CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for ecc759d - Browse repository at this point
Copy the full SHA ecc759dView commit details -
The official container image for this release can be pulled from ``` ghcr.io/dexidp/dex:v2.35.3 ``` <!-- Release notes generated using configuration in .github/release.yml at v2.35.3 --> ## What's Changed ### Dependency Updates ⬆️ * Backport dexidp#2705 to v2.35.x by @nabokihms in dexidp#2706 **Full Changelog**: dexidp/dex@v2.35.2...v2.35.3
CI Bot committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for d40dc20 - Browse repository at this point
Copy the full SHA d40dc20View commit details
Commits on Feb 15, 2023
-
build(deps): bump golang from 1.19.2-alpine3.16 to 1.20.1-alpine3.16
Bumps golang from 1.19.2-alpine3.16 to 1.20.1-alpine3.16. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 229e0b5 - Browse repository at this point
Copy the full SHA 229e0b5View commit details