Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _envoy_istio.md #8888

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

valkenburg-prevue-ch
Copy link
Contributor

Details

Added a comment about allowing the http authorization headers to upstream, necessary in an istio meshConfig if there are proxy providers which inject http basic auth headers.


Checklist

If applicable

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

Added a comment about allowing the http authorization headers to upstream, necessary in an istio meshConfig if there are proxy providers which inject http basic auth headers.

Signed-off-by: Wessel Valkenburg (prevue.ch) <116259817+valkenburg-prevue-ch@users.noreply.github.com>
@valkenburg-prevue-ch valkenburg-prevue-ch requested a review from a team as a code owner March 12, 2024 16:05
Copy link

netlify bot commented Mar 12, 2024

Deploy Preview for authentik-storybook canceled.

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

Copy link

netlify bot commented Mar 12, 2024

Deploy Preview for authentik-docs ready!

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

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @valkenburg-prevue-ch , we appreciate this contribution.

Question: if users need to add the auth header, they will need to uncomment line 25, correct?

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.38%. Comparing base (cef1d2d) to head (c36d72c).
Report is 322 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #8888       +/-   ##
===========================================
+ Coverage   46.62%   92.38%   +45.76%     
===========================================
  Files         626      635        +9     
  Lines       30996    31371      +375     
===========================================
+ Hits        14451    28983    +14532     
+ Misses      16545     2388    -14157     
Flag Coverage Δ
e2e 50.54% <ø> (+5.82%) ⬆️
integration 26.09% <ø> (+0.10%) ⬆️
unit 89.72% <ø> (?)

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.

@valkenburg-prevue-ch
Copy link
Contributor Author

Question: if users need to add the auth header, they will need to uncomment line 25, correct?

That is correct. I wasn't sure how to best present that. Please let me know if there is a better way to communicate that.

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the way you have it is good, I just wanted to double-check. Thanks again for adding this important detail!

@tanberry tanberry merged commit 4c0b6c7 into goauthentik:main Mar 12, 2024
60 of 66 checks passed
kensternberg-authentik added a commit that referenced this pull request Mar 12, 2024
* main:
  Update _envoy_istio.md (#8888)
  website/docs: new landing page for Providers (#8879)
  web: bump the sentry group in /web with 1 update (#8881)
  web: bump chromedriver from 122.0.4 to 122.0.5 in /tests/wdio (#8884)
  web: bump the eslint group in /tests/wdio with 2 updates (#8883)
  web: bump the eslint group in /web with 2 updates (#8885)
  website: bump @types/react from 18.2.64 to 18.2.65 in /website (#8886)
kensternberg-authentik added a commit that referenced this pull request Mar 12, 2024
…ize-style-declaration

* main: (50 commits)
  Update _envoy_istio.md (#8888)
  website/docs: new landing page for Providers (#8879)
  web: bump the sentry group in /web with 1 update (#8881)
  web: bump chromedriver from 122.0.4 to 122.0.5 in /tests/wdio (#8884)
  web: bump the eslint group in /tests/wdio with 2 updates (#8883)
  web: bump the eslint group in /web with 2 updates (#8885)
  website: bump @types/react from 18.2.64 to 18.2.65 in /website (#8886)
  web: upgrade to lit 3 (#8781)
  web: fix esbuild issue with style sheets (#8856)
  tenants: really ensure default tenant cannot be deleted (#8875)
  core: bump github.com/go-openapi/runtime from 0.27.2 to 0.28.0 (#8867)
  core: bump pytest from 8.0.2 to 8.1.1 (#8868)
  core: bump github.com/go-openapi/strfmt from 0.22.2 to 0.23.0 (#8869)
  core: bump bandit from 1.7.7 to 1.7.8 (#8870)
  core: bump packaging from 23.2 to 24.0 (#8871)
  core: bump ruff from 0.3.1 to 0.3.2 (#8873)
  web: bump the wdio group in /tests/wdio with 3 updates (#8865)
  core: bump requests-oauthlib from 1.3.1 to 1.4.0 (#8866)
  core: bump uvicorn from 0.27.1 to 0.28.0 (#8872)
  core: bump django-filter from 23.5 to 24.1 (#8874)
  ...
kensternberg-authentik added a commit that referenced this pull request Mar 13, 2024
* main:
  Update _envoy_istio.md (#8888)
  website/docs: new landing page for Providers (#8879)
  web: bump the sentry group in /web with 1 update (#8881)
  web: bump chromedriver from 122.0.4 to 122.0.5 in /tests/wdio (#8884)
  web: bump the eslint group in /tests/wdio with 2 updates (#8883)
  web: bump the eslint group in /web with 2 updates (#8885)
  website: bump @types/react from 18.2.64 to 18.2.65 in /website (#8886)
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