Jens Langhammer
91227b1e96
outposts: fix service reconciler re-creating services
...
closes #2095
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:22:16 +01:00
Jens Langhammer
67d68629da
providers/proxy: fix Host/:Authority not being modified
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:22:08 +01:00
Jens Langhammer
e875db8f66
stages/authenticator_validate: handle non-existent device_challenges
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:22:02 +01:00
Jens Langhammer
055a76393d
outposts: remove node_port on V1ServicePort checks to prevent service creation loops
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
#2095
2022-02-09 22:21:58 +01:00
Jens Langhammer
0754821628
providers/proxy: improve error handling for invalid backend_override
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:21:55 +01:00
Jens Langhammer
fca88d9896
sources/ldap: log entire exception
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:21:48 +01:00
Jens Langhammer
dfe0404c51
sources/saml: fix server error
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:21:24 +01:00
Jens Langhammer
fa61696b46
sources/saml: fix incorrect ProtocolBinding being sent
...
closes #2213
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:21:15 +01:00
Jens Langhammer
e5773738f4
outposts: fix channel not always having a logger attribute
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:21:12 +01:00
Jens Langhammer
cac8539d79
providers/proxy: fix nil error in claims
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-09 22:21:08 +01:00
dependabot[bot]
cf600f6f26
build(deps): bump uvicorn from 0.17.1 to 0.17.3 ( #2229 )
...
Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.17.1 to 0.17.3.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.17.1...0.17.3 )
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 17:56:53 +01:00
Jens Langhammer
49dfb4756e
release: 2022.1.4
2022-02-01 20:12:55 +01:00
Jens Langhammer
814758e2aa
website/docs: prepare 2022.1.4
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-01 19:27:25 +01:00
Jens Langhammer
5c42dac5e2
web/user: include locale code in locale selection
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-01 19:19:37 +01:00
Jens Langhammer
88603fa4f7
providers/proxy: set traefik labels using object_naming_template instead of UUID
2022-02-01 17:13:27 +00:00
Jens Langhammer
0232c4e162
lifecycle: send analytics in gunicorn config to decrease outgoing requests when workers get restarted
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-02-01 15:01:43 +01:00
dependabot[bot]
11753c1fe1
build(deps): bump django from 4.0.1 to 4.0.2 ( #2204 )
...
Bumps [django](https://github.com/django/django ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/4.0.1...4.0.2 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 10:59:04 +01:00
Jens Langhammer
f5cc6c67ec
providers/proxy: fix routing for external_host when using forward_auth_domain
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
#2180
2022-02-01 10:14:46 +01:00
dependabot[bot]
8b8ed3527a
build(deps): bump @typescript-eslint/parser in /web ( #2200 )
2022-02-01 09:11:41 +01:00
dependabot[bot]
1aa0274e7c
build(deps): bump @typescript-eslint/eslint-plugin in /web ( #2201 )
2022-02-01 09:09:34 +01:00
dependabot[bot]
ecd33ca0c1
build(deps): bump github.com/go-openapi/runtime from 0.21.1 to 0.22.0 ( #2202 )
2022-02-01 09:09:18 +01:00
Jens Langhammer
e93be0de9a
sources/ldap: add list_flatten function to property mappings, enable on managed LDAP mappings
...
closes #2199
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-31 23:07:32 +01:00
Jens Langhammer
a5adc4f8ed
core: fix view_token permission not being assigned on token creation for non-admin user
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-31 20:00:30 +01:00
Jens Langhammer
a6baed9753
web/flows: fix width on flow container
2022-01-31 14:11:25 +00:00
Jens Langhammer
ceaf832e63
root: remove boto integration in sentry to ease backup removal
2022-01-31 13:47:18 +00:00
transifex-integration[bot]
a6b0b14685
Translate /web/src/locales/en.po in pl ( #2197 )
...
translation completed for the source file '/web/src/locales/en.po'
on the 'pl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-01-31 14:17:26 +01:00
Jens Langhammer
f679250edd
lifecycle: remove gunicorn reload option
...
should help with #2159
2022-01-31 12:06:08 +00:00
Jens Langhammer
acc4de2235
web: add pl locale
2022-01-31 11:50:05 +00:00
bbrendon
56a8276dbf
website/integrations: update active directory docs ( #2177 )
2022-01-31 12:11:01 +01:00
xpufx
6dfe6edbef
website/integrations: add zulip ( #2106 )
...
* add zulip to sidebar links
* added Zulip chat integration documentation
* fix markdown typo
* add note about using Post for saml binding
* added missing ACS info and cleaned up
format matches other integration documents
2022-01-31 12:10:30 +01:00
dependabot[bot]
6af4bd0d9a
build(deps): bump construct-style-sheets-polyfill in /web ( #2189 )
...
Bumps [construct-style-sheets-polyfill](https://github.com/calebdwilliams/construct-style-sheets ) from 3.0.5 to 3.1.0.
- [Release notes](https://github.com/calebdwilliams/construct-style-sheets/releases )
- [Changelog](https://github.com/calebdwilliams/construct-style-sheets/blob/main/CHANGELOG.md )
- [Commits](https://github.com/calebdwilliams/construct-style-sheets/commits )
---
updated-dependencies:
- dependency-name: construct-style-sheets-polyfill
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 12:09:13 +01:00
transifex-integration[bot]
7ee7f6bd6a
Translate /web/src/locales/en.po in pl ( #2196 )
...
translation completed for the source file '/web/src/locales/en.po'
on the 'pl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-01-31 10:00:37 +01:00
dependabot[bot]
f8b8334010
build(deps): bump @patternfly/patternfly from 4.164.2 to 4.171.1 in /web ( #2192 )
2022-01-31 09:05:17 +01:00
dependabot[bot]
d4b65dc4b4
build(deps): bump @sentry/browser from 6.17.2 to 6.17.3 in /web ( #2191 )
2022-01-31 09:04:40 +01:00
dependabot[bot]
e4bbd3b1c0
build(deps): bump eslint from 8.7.0 to 8.8.0 in /web ( #2190 )
2022-01-31 09:03:47 +01:00
dependabot[bot]
87de5e625d
build(deps): bump @sentry/tracing from 6.17.2 to 6.17.3 in /web ( #2193 )
2022-01-31 09:03:32 +01:00
dependabot[bot]
efbe51673e
build(deps): bump pycryptodome from 3.13.0 to 3.14.0 ( #2194 )
2022-01-31 09:03:10 +01:00
dependabot[bot]
a95bea53ea
build(deps): bump github.com/prometheus/client_golang ( #2195 )
2022-01-31 09:02:56 +01:00
Jens Langhammer
6021fc0f52
providers/proxy: fix backend override persisting for other users
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-30 22:29:34 +01:00
Jens Langhammer
1415b68ff4
web: add es locale
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-30 21:43:55 +01:00
transifex-integration[bot]
be6853ac52
Translate /web/src/locales/en.po in es ( #2188 )
...
translation completed for the source file '/web/src/locales/en.po'
on the 'es' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-01-30 21:38:30 +01:00
Jens Langhammer
7fd6be5abb
providers/proxy: add backend_override
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-30 21:35:08 +01:00
Jens Langhammer
91d6f572a5
scripts: cleanup
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-30 21:34:37 +01:00
dependabot[bot]
016a9ce34e
build(deps): bump boto3 from 1.20.45 to 1.20.46 ( #2187 )
2022-01-30 00:52:25 +01:00
dependabot[bot]
8adb95af7f
build(deps): bump uvicorn from 0.17.0.post1 to 0.17.1 ( #2186 )
2022-01-30 00:52:08 +01:00
dependabot[bot]
1dc54775d8
build(deps): bump requests-oauthlib from 1.3.0 to 1.3.1 ( #2185 )
2022-01-30 00:51:59 +01:00
dependabot[bot]
370ef716b5
build(deps-dev): bump black from 21.12b0 to 22.1.0 ( #2184 )
2022-01-30 00:51:49 +01:00
Jens Langhammer
16e56ad9ca
website/docs: add rough documentation style guide
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-29 23:52:03 +01:00
Jens Langhammer
b5b5a9eed3
web/admin: only check first half of locale when detecting
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
#2178
2022-01-28 12:35:37 +01:00
github-actions[bot]
8b22e7bcc3
core: compile backend translations ( #2179 )
2022-01-28 11:09:29 +01:00