Skip to content

website/docs: fix SECRET_KEY length#9328

Merged
BeryJu merged 1 commit intogoauthentik:mainfrom
strugee:rand-length
Apr 18, 2024
Merged

website/docs: fix SECRET_KEY length#9328
BeryJu merged 1 commit intogoauthentik:mainfrom
strugee:rand-length

Conversation

@strugee
Copy link
Contributor

@strugee strugee commented Apr 18, 2024

Details

Django complains about 36-character keys. See security.W009 on https://docs.djangoproject.com/en/5.0/ref/checks/. Skipping the checklist because this is so trivial.


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Django complains about 36-character keys. See security.W009 on
https://docs.djangoproject.com/en/5.0/ref/checks/.
@strugee strugee requested a review from a team as a code owner April 18, 2024 05:23
@netlify
Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6a59fe7
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6620ae6fc48f7800081e5048
😎 Deploy Preview https://deploy-preview-9328--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 6a59fe7
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6620ae6f0a756600083dd158

@codecov
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.39%. Comparing base (8c687d8) to head (6a59fe7).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9328      +/-   ##
==========================================
- Coverage   92.42%   92.39%   -0.04%     
==========================================
  Files         667      667              
  Lines       32630    32630              
==========================================
- Hits        30158    30148      -10     
- Misses       2472     2482      +10     
Flag Coverage Δ
e2e 50.68% <ø> (-0.11%) ⬇️
integration 26.03% <ø> (ø)
unit 89.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit cb9b340 into goauthentik:main Apr 18, 2024
@strugee strugee deleted the rand-length branch April 18, 2024 16:32
kensternberg-authentik added a commit that referenced this pull request Apr 18, 2024
…rities' into web/bug/locale-priorities

* refs/remotes/origin/web/bug/locale-priorities:
  web: fix locale prioritization scheme
  core: bump aiohttp from 3.9.2 to 3.9.4 (#9339)
  stages/prompt: fix username field throwing error with existing user (#9342)
  root: expose session storage configuration (#9337)
  website/integrations: fix typo (#9340)
  root: fix go.mod for codeql checking (#9338)
  root: make redis settings more consistent (#9335)
  web/admin: fix error in admin interface due to un-hydrated context (#9336)
  web: bump API Client version (#9334)
  stages/authenticator_webauthn: fix attestation value (#9333)
  website/docs: fix SECRET_KEY length (#9328)
  website/docs: fix email template formatting (#9330)
  core, web: update translations (#9323)
  web: bump @patternfly/elements from 3.0.0 to 3.0.1 in /web (#9324)
  core: bump celery from 5.3.6 to 5.4.0 (#9325)
  core: bump goauthentik.io/api/v3 from 3.2024022.12 to 3.2024023.1 (#9327)
  sources/scim: service account should be internal (#9321)
  web: bump the storybook group in /web with 8 updates (#9266)
  sources/scim: cleanup service account when source is deleted (#9319)
kensternberg-authentik added a commit that referenced this pull request Apr 19, 2024
* main:
  stages/prompt: fix username field throwing error with existing user (#9342)
  root: expose session storage configuration (#9337)
  website/integrations: fix typo (#9340)
  root: fix go.mod for codeql checking (#9338)
  root: make redis settings more consistent (#9335)
  web/admin: fix error in admin interface due to un-hydrated context (#9336)
  web: bump API Client version (#9334)
  stages/authenticator_webauthn: fix attestation value (#9333)
  website/docs: fix SECRET_KEY length (#9328)
  website/docs: fix email template formatting (#9330)
  core, web: update translations (#9323)
  web: bump @patternfly/elements from 3.0.0 to 3.0.1 in /web (#9324)
  core: bump celery from 5.3.6 to 5.4.0 (#9325)
  core: bump goauthentik.io/api/v3 from 3.2024022.12 to 3.2024023.1 (#9327)
  sources/scim: service account should be internal (#9321)
  web: bump the storybook group in /web with 8 updates (#9266)
  sources/scim: cleanup service account when source is deleted (#9319)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants