website/integrations: oracle cloud: cleanup#17808
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17808 +/- ##
==========================================
+ Coverage 87.08% 92.98% +5.90%
==========================================
Files 869 869
Lines 47958 47960 +2
==========================================
+ Hits 41763 44595 +2832
+ Misses 6195 3365 -2830
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-049b1603a80b2821a1432c8b6dcee145b0089ba0
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
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-049b1603a80b2821a1432c8b6dcee145b0089ba0Afterwards, run the upgrade commands from the latest release notes. |
dewi-tik
left a comment
There was a problem hiding this comment.
LGTM other than a minor change.
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Dominic R <dominic@sdko.org>
* main: (32 commits) website/docs: 2025.10.1 release notes (#17918) providers/oauth2: fix kid always required for federation (#17914) providers/radius: revert fix inverted message authenticator validation (#17855) (#17915) website: bump @types/node from 24.9.1 to 24.9.2 in /website (#17786) web: bump @rollup/plugin-commonjs from 28.0.8 to 28.0.9 in /web in the rollup group across 1 directory (#17788) web: bump validator from 13.15.15 to 13.15.20 in /packages/docusaurus-config (#17866) internal: add default go http server timeouts (#17858) providers/radius: fix inverted message authenticator validation (#17855) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#17871) web: fix package-lock.json (#17809) website/integrations: oracle cloud: cleanup (#17808) website/integrations: Add Keycloak integration (#17813) website: bump the build group across 1 directory with 9 updates (#17849) lifecycle/aws: bump aws-cdk from 2.1031.0 to 2.1031.1 in /lifecycle/aws (#17850) core: bump astral-sh/uv from 0.9.6 to 0.9.7 (#17851) internal: full openssl path (#17856) outpost: revert breaking signals change (#17847) web/a11y: Isolated Outpost Error Page (#17683) provider/saml: make signing kp singleton (#17703) tasks: sanitize log attributes (#17833) ...
Closes: #17709
Details
REPLACE ME
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)If applicable
make docs)