Jens Langhammer
ecea85f8ca
lib/config: remove autoreload handler as this API is gone in django 3
2020-02-17 15:20:11 +01:00
Jens Langhammer
5dfa141e35
root/wsgi: log requests with event name of request
2020-02-16 14:36:31 +01:00
Jens Langhammer
447e81d0b8
providers/saml: handle uncompressed SAML AuthNRequest
2020-02-16 14:08:35 +01:00
Jens Langhammer
e138076e1d
sources/saml: move labels from forms to models
2020-02-16 12:34:46 +01:00
Jens Langhammer
721d133dc3
sources/oauth: move labels from form to models
2020-02-16 12:34:33 +01:00
Jens Langhammer
75b687ecbe
sources/ldap: move labels from form to models
2020-02-16 12:30:45 +01:00
Jens Langhammer
bdd1863177
providers/saml: move field labels from Form into models
2020-02-16 12:30:26 +01:00
Jens Langhammer
e5b85e8e6a
providers/saml: move default saml properties to DB
2020-02-16 12:29:53 +01:00
Jens Langhammer
d7481c9de7
new release: 0.7.13-beta
2020-02-14 15:35:05 +01:00
Jens Langhammer
571373866e
providers/saml: some more cleanup, fix get_time_string when called without argument
2020-02-14 15:34:24 +01:00
Jens Langhammer
e36d7928e4
providers/saml: big cleanup, simplify base processor
...
add New fields for
- assertion_valid_not_before
- assertion_valid_not_on_or_after
- session_valid_not_on_or_after
allow flexible time durations for these fields
fall back to Provider's ACS if none is specified in AuthNRequest
2020-02-14 15:19:48 +01:00
Jens Langhammer
2be026dd44
global: fix import order
2020-02-14 15:17:40 +01:00
Jens L
d5b9de3569
Merge pull request #3 from BeryJu/dependabot/pip/django-2.2.10
...
build(deps): bump django from 2.2.9 to 2.2.10
2020-02-12 09:31:13 +01:00
dependabot[bot]
e22620b0ec
build(deps): bump django from 2.2.9 to 2.2.10
...
Bumps [django](https://github.com/django/django ) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.9...2.2.10 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-02-12 03:20:09 +00:00
Jens Langhammer
ba74a3213d
*: upgrade python 3.7 to 3.8
2020-01-19 21:03:01 +01:00
Jens Langhammer
d9ecb7070d
core: add more prometheus metrics
2020-01-19 21:01:26 +01:00
Jens Langhammer
fc4a46bd9c
root: fix credential variables overwriting each other
2020-01-17 11:16:23 +01:00
Jens Langhammer
78301b7bab
docs: fix site_url
2020-01-17 10:55:20 +01:00
Jens Langhammer
7bf7bde856
root: fix prometheus path in ServiceMonitor, return WWW-Authenticate header so basic auth is sent
2020-01-17 10:55:11 +01:00
Jens Langhammer
9bdff14403
providers/app_gw: fix wrong UPSTREAM parameter
2020-01-03 09:15:07 +01:00
Jens Langhammer
f124314eab
new release: 0.7.12-beta
2020-01-02 20:22:44 +01:00
Jens Langhammer
684e4ffdcf
providers/app_gw: fix formatting
2020-01-02 20:22:36 +01:00
Jens Langhammer
d9ff5c69c8
providers/app_gw: fix assignment of response_types
2020-01-02 20:20:10 +01:00
Jens Langhammer
8142e3df45
providers/oidc: fix application property of wrong object being used
2020-01-02 20:19:53 +01:00
Jens Langhammer
73920899de
static: use current pixie image
2020-01-02 20:09:30 +01:00
Jens Langhammer
13666965a7
actions: fix build over gatekeeper
2020-01-02 16:55:30 +01:00
Jens Langhammer
86f16e2781
providers/oidc: fix incorrectly sorted imports
2020-01-02 16:42:52 +01:00
Jens Langhammer
2ed8e72c62
new release: 0.7.11-beta
2020-01-02 16:38:11 +01:00
Jens Langhammer
edeed18ae8
providers/oidc: fix error when using with app_gw
2020-01-02 16:38:01 +01:00
Jens Langhammer
d24133d8a2
core: fix _redirect_with_qs appending an array to the URL
2020-01-02 16:14:56 +01:00
Jens Langhammer
b9733e56aa
providers/app_gw: fix passbook domain being empty
2020-01-02 16:09:17 +01:00
Jens Langhammer
cd34413914
providers/app_gw: separate host field into external_ and internal_
2020-01-02 16:09:04 +01:00
Jens Langhammer
c3a4a76d43
providers/app_gw: fix Client's response_type not being set
2020-01-02 16:06:32 +01:00
Jens Langhammer
a59a29b256
actions: also build gatekeeper on release
2020-01-02 15:55:39 +01:00
Jens Langhammer
dce1edbe53
new release: 0.7.10-beta
2020-01-02 14:54:52 +01:00
Jens Langhammer
264d43827a
actions: create release based on version number, not tag name
2020-01-02 14:46:44 +01:00
Jens Langhammer
6207226bdf
new release: 0.7.9-beta
2020-01-02 14:09:58 +01:00
Jens Langhammer
ebf33f39c9
actions: fix missing backslash for dockerbuild
2020-01-02 14:09:42 +01:00
Jens Langhammer
696cd1f247
new release: 0.7.8-beta
2020-01-02 14:03:36 +01:00
Jens Langhammer
b7b3abc462
actions: automatically create release when version/* tag is created, run tests before creating release
2020-01-02 13:49:24 +01:00
Jens Langhammer
575739d07c
ci: add bandit for static security checks
2020-01-02 13:41:49 +01:00
Jens Langhammer
2d7e70eebf
audit: fix import order
2020-01-02 13:20:41 +01:00
Jens Langhammer
387f3c981f
audit: fix error when trying to save models with UUID as PK
2020-01-02 13:12:23 +01:00
Jens Langhammer
865435fb25
actions: fix path to helm chart
2020-01-02 11:38:54 +01:00
Jens Langhammer
b10c5306b9
actions: ensure release gets only executed on release creation
2020-01-02 11:37:46 +01:00
Jens Langhammer
7c706369cd
new release: 0.7.7-beta
2020-01-02 11:22:08 +01:00
Jens Langhammer
20dd6355c1
actions: run unittests in final docker images after build
2020-01-02 11:20:32 +01:00
Jens Langhammer
ba8d5d6e27
actions: push both versioned and :latest tags
2020-01-02 11:19:55 +01:00
Jens Langhammer
c448f87027
new release: 0.7.6-beta
2020-01-02 10:34:34 +01:00
Jens Langhammer
2b8c70a61f
actions: separate actions files for ci and release
2020-01-02 10:33:04 +01:00