Skip to content

website/docs: correct LDAP StartTLS documentation#5886

Merged
BeryJu merged 1 commit intomainfrom
website/docs/fix-ldap-starttls
Jun 8, 2023
Merged

website/docs: correct LDAP StartTLS documentation#5886
BeryJu merged 1 commit intomainfrom
website/docs/fix-ldap-starttls

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jun 7, 2023

Details

Actually correct the LDAP Provider StartTLS docs

Changes

New Features

  • Adds feature which does x, y, and z.

Breaking Changes

  • Adds breaking change which causes <issue>.

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)

@BeryJu BeryJu requested a review from a team as a code owner June 7, 2023 15:12
@netlify
Copy link

netlify bot commented Jun 7, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 64b4fc0
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/64819725f20f4f0008c47470

@netlify
Copy link

netlify bot commented Jun 7, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 64b4fc0
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/648197256512ab0008248188
😎 Deploy Preview https://deploy-preview-5886--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 settings.

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d0f0f9b) 92.59% compared to head (744928c) 92.59%.

❗ Current head 744928c differs from pull request most recent head 64b4fc0. Consider uploading reports for the commit 64b4fc0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5886      +/-   ##
==========================================
- Coverage   92.59%   92.59%   -0.00%     
==========================================
  Files         549      549              
  Lines       26326    26326              
==========================================
- Hits        24375    24374       -1     
- Misses       1951     1952       +1     
Flag Coverage Δ
e2e 51.85% <ø> (-0.09%) ⬇️
integration 26.48% <ø> (ø)
unit 89.45% <ø> (ø)

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

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-website-docs-fix-ldap-starttls-1686151385-744928c
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-website-docs-fix-ldap-starttls-1686151385-744928c-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-website-docs-fix-ldap-starttls-1686151385-744928c

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-website-docs-fix-ldap-starttls-1686151385-744928c-arm64

Afterwards, run the upgrade commands from the latest release notes.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the website/docs/fix-ldap-starttls branch from 744928c to 64b4fc0 Compare June 8, 2023 08:53
@BeryJu BeryJu merged commit a2de619 into main Jun 8, 2023
@BeryJu BeryJu deleted the website/docs/fix-ldap-starttls branch June 8, 2023 09:00
kensternberg-authentik added a commit that referenced this pull request Jun 8, 2023
* main:
  providers/ldap: rework Schema and DSE (#5838)
  web/flows: update default flow background (#5905)
  web: bump @formatjs/intl-listformat from 7.2.2 to 7.3.0 in /web (#5866)
  website/integrations: add account linking note for WriteFreely (#5804)
  web: bump @storybook/addon-essentials from 7.0.18 to 7.0.20 in /web (#5894)
  web: bump @storybook/web-components-vite from 7.0.18 to 7.0.20 in /web (#5895)
  web: bump @storybook/blocks from 7.0.18 to 7.0.20 in /web (#5893)
  web: bump storybook from 7.0.18 to 7.0.20 in /web (#5896)
  website/docs: correct LDAP StartTLS documentation (#5886)
  core: bump python from 3.11.3-slim-bullseye to 3.11.4-slim-bullseye (#5891)
  ci: bump docker/setup-qemu-action from 2.1.0 to 2.2.0 (#5892)
  core: bump selenium from 4.9.1 to 4.10.0 (#5897)
  web: bump pyright from 1.1.312 to 1.1.313 in /web (#5898)
  web: bump @storybook/addon-links from 7.0.18 to 7.0.20 in /web (#5899)
  web: bump @storybook/web-components from 7.0.18 to 7.0.20 in /web (#5900)
  core: bump urllib3 from 2.0.2 to 2.0.3 (#5901)
  core: bump ruff from 0.0.271 to 0.0.272 (#5902)
  core: bump sentry-sdk from 1.25.0 to 1.25.1 (#5903)
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.

1 participant