website/integrations: immich: add signing algorithm#19187
Conversation
✅ Deploy Preview for authentik-integrations 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19187 +/- ##
==========================================
+ Coverage 93.24% 93.25% +0.01%
==========================================
Files 968 968
Lines 53331 53331
==========================================
+ Hits 49726 49736 +10
+ Misses 3605 3595 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dominic-r
left a comment
There was a problem hiding this comment.
let's call it the exact field in the ui in the ss of linked issue, but approving for after
rissson
left a comment
There was a problem hiding this comment.
I'd rather have people select a signing key instead of changing the alg in immich.
|
Marc, don't they already do that on L37 |
|
Interesting, then it should be sufficient I think? |
Fixed. I copied the name from their docs which seem to be outdated.
My thinking too |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-00cd5274f0a5ebccec89db25dc5fc89d815cb874
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-00cd5274f0a5ebccec89db25dc5fc89d815cb874Afterwards, run the upgrade commands from the latest release notes. |
rissson
left a comment
There was a problem hiding this comment.
Yep, after re-checking the current documentation is correct. The reporting issue is incorrect, they probably didn't select a signing key.
|
I figured about the same. Let's wait for the linked issue to respond and close this as needed |
|
Converted this PR to be a note rather than advising a specific option. |
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
* main: (52 commits) website: QL Search keyboard interactions docs, examples. (#16259) website/integrations: immich: add signing algorithm (#19187) website/docs: endpoint devices: add version command (#19767) common: introduce common (#19852) web: bump @sentry/browser from 10.37.0 to 10.38.0 in /web in the sentry group across 1 directory (#19871) core: bump debugpy from 1.8.19 to 1.8.20 (#19872) ci: bump actions/cache from 5.0.2 to 5.0.3 (#19873) web: bump chromedriver from 144.0.1 to 145.0.0 in /web (#19874) web: Captcha Refinements, Part 2 (#19757) root: assign cherry-pick PRs to original author (#19858) web: Lit Development Mode, performance fixes. (#19825) web: Fix development theme overrides (#19826) website/docs: add tip for recovering from accidental main branch work (#19865) web: bump API Client version (#19857) rbac: clean up roles and permissions (#19588) web: bump API Client version (#19851) website/docs: add more info to entra id scim doc (#19849) sources/oauth: Fix an issue where wechat may crash duing login. (#18973) providers/scim: fix email validation mismatch (#19848) providers/scim: modify user- and group syncing behavior (#13947) ...


Details
Closes #19178
Checklist
If applicable
make docs)