Maksim Nabokikh
3fac2ab6bc
Merge pull request #1862 from tkleczek/fix-rfc-errors
...
Improve auth flow error handling
2021-08-03 00:34:54 +04:00
Maksim Nabokikh
766fc7ad99
Merge pull request #2218 from jglick/htpasswd
...
Demonstrate use of `htpasswd` for bCrypt in `staticPasswords`
2021-08-02 10:17:39 +04:00
dependabot[bot]
1f7ddac4e2
Merge pull request #2211 from dexidp/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.8
2021-07-30 23:47:48 +00:00
dependabot[bot]
3f5f6172af
Merge pull request #2219 from dexidp/dependabot/go_modules/google.golang.org/api-0.52.0
2021-07-30 23:47:28 +00:00
Jesse Glick
65edeff231
Include explanation in comment: https://github.com/dexidp/dex/pull/2218#discussion_r679873279
...
Signed-off-by: Jesse Glick <jglick@cloudbees.com>
2021-07-30 12:52:43 -04:00
dependabot[bot]
a6fbdc3ec8
build(deps): bump google.golang.org/api from 0.50.0 to 0.52.0
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.50.0 to 0.52.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.50.0...v0.52.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-30 04:17:09 +00:00
Jesse Glick
f1d4fec45e
Demonstrate use of htpasswd
for bCrypt in staticPasswords
...
Signed-off-by: Jesse Glick <jglick@cloudbees.com>
2021-07-27 11:40:02 -04:00
Maksim Nabokikh
e650aef331
Merge pull request #2212 from salmanisd/feature/use-only-one-sqlite3-conn
...
storage/sql: use only one sqlite3 connection
2021-07-22 20:10:31 +04:00
Salman Ahmed
e1f3bfe418
storage/sql: use only one sqlite3 connection
...
Signed-off-by: Salman Ahmed <salman.ahmed@weidmueller.com>
2021-07-22 14:07:37 +02:00
Tomasz Kleczek
4ffaa60d21
Improve auth flow error handling
...
Signed-off-by: Tomasz Kleczek <tomasz.kleczek@gmail.com>
2021-07-21 09:33:39 +02:00
Henning
138364ceeb
handlePasswordGrant: insert connectorData into OfflineSession ( #2199 )
...
* handlePasswordGrant: insert connectorData into OfflineSession
This change will insert the ConnectorData from the initial Login
into the OfflineSession, as already done in handlePasswordLogin.
Signed-off-by: Henning Surmeier <h.surmeier@mittwald.de>
2021-07-21 00:05:35 +04:00
dependabot[bot]
ff10f84e42
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.7 to 1.14.8
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-16 04:15:36 +00:00
dependabot[bot]
d4bd37156d
Merge pull request #2210 from dexidp/dependabot/docker/golang-1.16.6-alpine3.13
2021-07-15 09:27:16 +00:00
dependabot[bot]
30c6ddd556
build(deps): bump golang from 1.16.5-alpine3.13 to 1.16.6-alpine3.13
...
Bumps golang from 1.16.5-alpine3.13 to 1.16.6-alpine3.13.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-15 04:06:59 +00:00
Márk Sági-Kazár
a9942794e5
Merge pull request #2208 from dexidp/issue-template
...
Add GitHub issue forms
2021-07-14 02:57:34 +02:00
Mark Sagi-Kazar
1e61e9b1b4
chore: add GitHub issue forms
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-07-14 02:57:00 +02:00
Maksim Nabokikh
5b7ec77538
Merge pull request #2112 from flant/update-kubernetes-sa-tokens
...
feat: Update token periodically if Dex is running in Kubernetes cluster
2021-07-13 20:06:36 +04:00
Maksim Nabokikh
3d3f275efb
Apply suggestions from code review
...
Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2021-07-12 13:06:36 +04:00
m.nabokikh
d413870f6e
feat: Update token periodically if Dex is running in Kubernetes cluster
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2021-07-12 13:00:46 +04:00
Maksim Nabokikh
823484f024
Merge pull request #2092 from flant/kubernetes-fallback-to-namespace-file
...
fix: read namespace from file for Kubernetes storage client
2021-07-10 09:23:57 +04:00
Maksim Nabokikh
033a8d89f2
Merge pull request #2025 from flant/kubernetes-apiextensions-version
...
feat: create CRDs as apiextensions.k8s.io/v1
2021-07-08 10:52:55 +04:00
Maksim Nabokikh
2211c515a6
Merge pull request #2121 from flant/ent-postgres
...
feat: Add ent-based postgres storage
2021-07-08 10:49:13 +04:00
Márk Sági-Kazár
39f0e0e0b0
Merge pull request #2204 from dexidp/dependabot/go_modules/github.com/spf13/cobra-1.2.1
...
build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1
2021-07-05 17:00:41 +02:00
dependabot[bot]
be492e97ce
build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.1.3 to 1.2.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 04:20:47 +00:00
dependabot[bot]
731e53913a
Merge pull request #2198 from dexidp/dependabot/go_modules/google.golang.org/grpc-1.39.0
2021-07-01 07:56:11 +00:00
dependabot[bot]
9bb764b63c
build(deps): bump google.golang.org/grpc from 1.38.0 to 1.39.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.39.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 07:31:35 +00:00
dependabot[bot]
176a6738fd
Merge pull request #2201 from dexidp/dependabot/go_modules/google.golang.org/api-0.50.0
2021-07-01 07:25:46 +00:00
dependabot[bot]
6cac94f720
Merge pull request #2200 from dexidp/dependabot/github_actions/helm/kind-action-1.2.0
2021-07-01 07:25:07 +00:00
dependabot[bot]
eec8ed6182
build(deps): bump google.golang.org/api from 0.49.0 to 0.50.0
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.49.0 to 0.50.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.49.0...v0.50.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 04:15:59 +00:00
dependabot[bot]
f72602c3bd
build(deps): bump helm/kind-action from 1.1.0 to 1.2.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 04:06:47 +00:00
Márk Sági-Kazár
0780edbcbe
Merge pull request #2191 from dexidp/flaky-expiry-test
...
Quick fix flaky test
2021-06-29 11:01:08 +02:00
Márk Sági-Kazár
0d3d787511
Merge pull request #2193 from dexidp/dependabot/go_modules/google.golang.org/protobuf-1.27.1
...
build(deps): bump google.golang.org/protobuf from 1.27.0 to 1.27.1
2021-06-29 11:00:47 +02:00
dependabot[bot]
27cc11b4d6
build(deps): bump google.golang.org/protobuf from 1.27.0 to 1.27.1
...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.27.0...v1.27.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 04:18:59 +00:00
Mark Sagi-Kazar
ceb4324c18
test: quick fix flaky test
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-06-28 23:30:14 +02:00
Mark Sagi-Kazar
e1ae7240f4
Revert "chore: add GitHub issue forms"
...
This reverts commit 452d466481
.
2021-06-28 23:16:06 +02:00
Mark Sagi-Kazar
61881d751b
Revert "chore: fix GitHub issue forms"
...
This reverts commit 2e5e1488e6
.
2021-06-28 23:15:57 +02:00
Mark Sagi-Kazar
2e5e1488e6
chore: fix GitHub issue forms
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-06-28 23:14:01 +02:00
Mark Sagi-Kazar
452d466481
chore: add GitHub issue forms
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-06-28 23:11:45 +02:00
Márk Sági-Kazár
59c7e20c3c
Merge pull request #2190 from dexidp/docker
...
Update docker build config
2021-06-28 22:45:42 +02:00
Mark Sagi-Kazar
81e884e903
ci: update docker build config
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-06-28 22:07:14 +02:00
Márk Sági-Kazár
cfc8d198ac
Merge pull request #2189 from dexidp/ldap-unauth-bind
...
Fix anonymous ldap bind
2021-06-28 19:17:57 +02:00
Mark Sagi-Kazar
215c3160f8
fix(connector/ldap): explicit anonymus ldap bind
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-06-28 17:49:47 +02:00
dependabot[bot]
f7c09760f2
Merge pull request #2188 from dexidp/dependabot/go_modules/google.golang.org/protobuf-1.27.0
2021-06-28 09:21:09 +00:00
dependabot[bot]
79e1f25f21
build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.27.0
...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 04:19:46 +00:00
Márk Sági-Kazár
f6904c38ef
Merge pull request #1865 from WorldProgrammingLtd/fix-1849
...
fix: defer creation of auth request.
2021-06-25 19:05:41 +02:00
Márk Sági-Kazár
5e6a8362c6
Merge pull request #2178 from noesberger/patch-1
...
set readinessProbe to https
2021-06-24 11:48:58 +02:00
dependabot[bot]
3981ac8aa6
Merge pull request #2186 from dexidp/dependabot/go_modules/google.golang.org/api-0.49.0
2021-06-24 09:39:34 +00:00
dependabot[bot]
76cb5f521c
build(deps): bump google.golang.org/api from 0.48.0 to 0.49.0
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.48.0 to 0.49.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.48.0...v0.49.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 04:16:29 +00:00
noesberger
e51704e41a
set readinessProbe to https
...
Fix the error
Readiness probe failed: Get "http://100.105.5.5:5556/healthz ": dial tcp 100.105.5.5:5556: connect: connection refused
Client sent an HTTP request to an HTTPS server.
2021-06-17 15:55:15 +02:00
dependabot[bot]
9fe031776e
Merge pull request #2165 from dexidp/dependabot/go_modules/google.golang.org/api-0.48.0
2021-06-16 09:10:54 +00:00