Skip to content

website/docs: Improve example nginx reverse proxy config#8160

Merged
BeryJu merged 1 commit intogoauthentik:mainfrom
Daniel15:patch-1
Jan 23, 2024
Merged

website/docs: Improve example nginx reverse proxy config#8160
BeryJu merged 1 commit intogoauthentik:mainfrom
Daniel15:patch-1

Conversation

@Daniel15
Copy link
Copy Markdown
Contributor

Details

Some improvements to the example Nginx proxy config:

  • The HTTP server doesn't need a location block
  • Add listen [::]:80 and listen [::]:443 to listen on IPv6
  • Add Strict-Transport-Security header to avoid HTTPS downgrade attacks
  • Add link to Mozilla SSL config generator

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)
  • The translation files have been updated (make i18n-extract)

If applicable

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

Signed-off-by: Daniel Lo Nigro <d@d.sb>
@Daniel15 Daniel15 requested a review from a team as a code owner January 14, 2024 05:41
@netlify
Copy link
Copy Markdown

netlify bot commented Jan 14, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f4e6579
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65a37400f713b50008e0449b

@netlify
Copy link
Copy Markdown

netlify bot commented Jan 14, 2024

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit f4e6579
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/65a37400b30629000874367c
😎 Deploy Preview https://deploy-preview-8160--authentik.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.

@rissson rissson requested a review from BeryJu January 15, 2024 04:19
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7c116ac) 92.29% compared to head (f4e6579) 92.31%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8160      +/-   ##
==========================================
+ Coverage   92.29%   92.31%   +0.01%     
==========================================
  Files         608      608              
  Lines       30252    30252              
==========================================
+ Hits        27922    27928       +6     
+ Misses       2330     2324       -6     
Flag Coverage Δ
e2e 50.58% <ø> (+0.01%) ⬆️
integration 26.40% <ø> (ø)
unit 89.46% <ø> (ø)

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.

@tanberry
Copy link
Copy Markdown
Contributor

Looks great to me, @Daniel15 , and thank you so much. Let's get a final review from @BeryJu then we can merge. Thanks again!

@BeryJu BeryJu merged commit a62cca3 into goauthentik:main Jan 23, 2024
kensternberg-authentik added a commit that referenced this pull request Jan 25, 2024
* main: (109 commits)
  translate: Updates for file web/xliff/en.xlf in fr (#8296)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#8295)
  website: update wording (#8290)
  enterrpise: exclude inactive users from license (#8294)
  web: bump API Client version (#8292)
  core: compile backend translations (#8291)
  events: migrate SystemTasks to DB (#8159)
  web/admin: fix footer links not being parsed on settings page (#8289)
  root: fix system check warnings (#8277)
  web: bump API Client version (#8288)
  enterprise: add full audit log [AUTH-458] (#8177)
  web: bump the esbuild group in /web with 2 updates (#8282)
  web: bump the sentry group in /web with 1 update (#8281)
  web: bump @codemirror/lang-html from 6.4.7 to 6.4.8 in /web (#8283)
  core: bump bandit from 1.7.6 to 1.7.7 (#8285)
  core: bump selenium from 4.16.0 to 4.17.2 (#8284)
  core: bump github.com/go-openapi/runtime from 0.26.2 to 0.27.0 (#8287)
  core: bump github.com/google/uuid from 1.5.0 to 1.6.0 (#8286)
  website/docs: Improve example nginx reverse proxy config (#8160)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#8274)
  ...
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.

4 participants