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

website/integrations: gitlab: add oidc guide #9740

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

motey
Copy link

@motey motey commented May 15, 2024

Details

Adding a guide to connect GitLab via OIDC (alternative to SAML which is the only guide at the moment)

Discussed in:

Closes #8175


Checklist

  • Local tests pass (ak test authentik/) <- not applicable; only doc changes
  • The code has been formatted (make lint-fix) <- not applicable; only doc changes

If an API change has been made

  • The API schema has been updated (make gen-build) <- not applicable; only doc changes

If changes to the frontend have been made

  • The code has been formatted (make web) <- not applicable; only doc changes

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website) <- Yes, but very unsure about this. should that not happen on "server"-side (github actions) in a controlled environment. Needed to install a lot of stuff on my machine for that :D not very contributor friendly

@motey motey requested a review from a team as a code owner May 15, 2024 13:29
Copy link

netlify bot commented May 15, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit de2d1df
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6645c64e5822460008f526ab

Copy link

netlify bot commented May 15, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit de2d1df
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6645c64eb8b14e000807ad37
😎 Deploy Preview https://deploy-preview-9740--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.

@tanberry tanberry added the status/reviewing thanks for opening, we're taking a look label May 15, 2024
goauthentik#9740 (comment)

Signed-off-by: Tim <bleimehl@gmail.com>
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.73%. Comparing base (9dc813d) to head (de2d1df).
Report is 26 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #9740       +/-   ##
===========================================
- Coverage   92.39%   49.73%   -42.66%     
===========================================
  Files         704      702        -2     
  Lines       34403    34162      -241     
===========================================
- Hits        31785    16990    -14795     
- Misses       2618    17172    +14554     
Flag Coverage Δ
e2e 48.32% <ø> (-1.34%) ⬇️
integration 25.36% <ø> (ø)
unit ?

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.

@rissson rissson changed the title docs: add gitlab oidc guide website/integrations: gitlab: add oidc guide May 21, 2024
@rissson rissson requested review from tanberry and a team May 21, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/reviewing thanks for opening, we're taking a look
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitLab SAML vs OIDC Docs
4 participants