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/docs: add more info and links about enforciing unique email addresses #9154

Merged
merged 4 commits into from
Apr 11, 2024

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Apr 5, 2024

This is a good first step in making it easier for readers to find info about unique email addresses, I think.

I ended up not moving the entire topic, but instead adding a link to it on the "Manage users" page. Since the topic is really about a policy (that happens to be about user emails), I think it is best to keep it under policies.

I don't want to move it until we look at all the options, and maybe use an function to have it in several places. Because this Examples page also is a fine place to mention it.

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

@tanberry tanberry requested a review from a team as a code owner April 5, 2024 19:43
Copy link

netlify bot commented Apr 5, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit bf3b613
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6617c96d8386dd000800146a
😎 Deploy Preview https://deploy-preview-9154--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

netlify bot commented Apr 5, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit bf3b613
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6617c96d0800c80008665cce
😎 Deploy Preview https://deploy-preview-9154--authentik-storybook.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

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

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

One suggestion. Otherwise, it looks good.

website/docs/user-group-role/user/user_basic_operations.md Outdated Show resolved Hide resolved
website/docs/flow/index.md Outdated Show resolved Hide resolved
Tana M Berry and others added 2 commits April 11, 2024 13:27
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.42%. Comparing base (cef1d2d) to head (bf3b613).
Report is 542 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #9154       +/-   ##
===========================================
+ Coverage   46.62%   92.42%   +45.80%     
===========================================
  Files         626      646       +20     
  Lines       30996    31985      +989     
===========================================
+ Hits        14451    29562    +15111     
+ Misses      16545     2423    -14122     
Flag Coverage Δ
e2e 50.35% <ø> (+5.63%) ⬆️
integration 26.29% <ø> (+0.30%) ⬆️
unit 89.82% <ø> (?)

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 tanberry merged commit c89b7b7 into main Apr 11, 2024
66 of 67 checks passed
@tanberry tanberry deleted the docs-policies branch April 11, 2024 11:49
Copy link
Contributor

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-ghcr.io/goauthentik/dev-server:gh-c7062084a5c084232b70d75fc849ea86ca32f87c
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-ghcr.io/goauthentik/dev-server:gh-c7062084a5c084232b70d75fc849ea86ca32f87c-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-ghcr.io/goauthentik/dev-server:gh-c7062084a5c084232b70d75fc849ea86ca32f87c

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-ghcr.io/goauthentik/dev-server:gh-c7062084a5c084232b70d75fc849ea86ca32f87c-arm64

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

kensternberg-authentik added a commit that referenced this pull request Apr 12, 2024
* main:
  website/docs: add more info and links about enforciing unique email addresses (#9154)
  core: bump goauthentik.io/api/v3 from 3.2024022.7 to 3.2024022.8 (#9215)
  web: bump API Client version (#9214)
  stages/authenticator_validate: add ability to limit webauthn device types (#9180)
  web: bump API Client version (#9213)
  core: add user settable token durations (#7410)
  core, web: update translations (#9205)
  web: bump typescript from 5.4.4 to 5.4.5 in /tests/wdio (#9206)
  web: bump chromedriver from 123.0.2 to 123.0.3 in /tests/wdio (#9207)
  core: bump sentry-sdk from 1.44.1 to 1.45.0 (#9208)
  web: bump typescript from 5.4.4 to 5.4.5 in /web (#9209)
  website: bump typescript from 5.4.4 to 5.4.5 in /website (#9210)
  core: bump python from 3.12.2-slim-bookworm to 3.12.3-slim-bookworm (#9211)
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.

3 participants