root: set csrf cookie's secure flag same as session#6350
Merged
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #6350 +/- ##
==========================================
- Coverage 92.47% 92.47% -0.00%
==========================================
Files 560 560
Lines 26993 27003 +10
==========================================
+ Hits 24959 24968 +9
- Misses 2034 2035 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-root-csrf-secure-like-session-1690194369-a308916
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-root-csrf-secure-like-session-1690194369-a308916-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-root-csrf-secure-like-session-1690194369-a308916For arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-root-csrf-secure-like-session-1690194369-a308916-arm64Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
added a commit
that referenced
this pull request
Jul 24, 2023
* main: web/admin: hide pagination when no data is loaded yet (#6353) web/admin: adjust style of page header (#6355) root: set csrf cookie's secure flag same as session (#6350) outposts: Fix infinite self-recursion in traefik reconciler. (#6336) outposts: fix patch processing (#6338) web: bump API Client version (#6351) Updates for file web/xliff/en.xlf in zh_CN on branch main (#6340) Updates for file web/xliff/en.xlf in zh-Hans on branch main (#6341) enterprise: fix license check not using DER as spec specifies (#6348) core: bump goauthentik.io/api/v3 from 3.2023061.3 to 3.2023061.4 (#6342) core: bump drf-spectacular from 0.26.3 to 0.26.4 (#6343) core: bump ruff from 0.0.278 to 0.0.280 (#6344) website: bump postcss from 8.4.26 to 8.4.27 in /website (#6345) web: bump @esbuild/linux-arm64 from 0.18.15 to 0.18.16 in /web (#6347) web: bump @esbuild/darwin-arm64 from 0.18.15 to 0.18.16 in /web (#6346) outposts: support json patch for Kubernetes (#6319) providers/oauth2: fix grant_type password raising an exception (#6333) web: bump API Client version (#6331) enterprise: cleanup v2 (#6330) web: bump prettier from 2.8.8 to 3.0.0 in /web (#6329)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Resolves #
Changes
New Features
Breaking Changes
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)make i18n-extract)If applicable
make website)