Skip to content

website/docs: add info about license:org relation#10444

Merged
tanberry merged 1 commit intomainfrom
docs-license-to-org
Jul 11, 2024
Merged

website/docs: add info about license:org relation#10444
tanberry merged 1 commit intomainfrom
docs-license-to-org

Conversation

@tanberry
Copy link
Copy Markdown
Contributor

This PR adds a note to explain that an Enterprise license is associated with an Org (and all users in the org), and not with an individual user.

Also updated some content about internal/external users. @BeryJu and/or @fheisler please review the content under "About users and licenses"... I removed our old term "default" but please confirm that the calculations are still done this way.

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

@tanberry tanberry requested a review from a team as a code owner July 10, 2024 22:58
@netlify
Copy link
Copy Markdown

netlify bot commented Jul 10, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit ca1b373
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/668f12156225040008046d2e
😎 Deploy Preview https://deploy-preview-10444--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.

@netlify
Copy link
Copy Markdown

netlify bot commented Jul 10, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit ca1b373
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/668f121526c7de000825bffc

@notion-workspace
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.61%. Comparing base (2a74225) to head (ca1b373).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10444      +/-   ##
==========================================
- Coverage   92.63%   92.61%   -0.02%     
==========================================
  Files         714      714              
  Lines       35014    35014              
==========================================
- Hits        32434    32428       -6     
- Misses       2580     2586       +6     
Flag Coverage Δ
e2e 49.58% <ø> (-0.02%) ⬇️
integration 25.36% <ø> (ø)
unit 90.12% <ø> (ø)

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.

@github-actions
Copy link
Copy Markdown
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-ca1b3735e67d201724804829e4b02f0b7275b911
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-ca1b3735e67d201724804829e4b02f0b7275b911-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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-ghcr.io/goauthentik/dev-server:gh-ca1b3735e67d201724804829e4b02f0b7275b911

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-ghcr.io/goauthentik/dev-server:gh-ca1b3735e67d201724804829e4b02f0b7275b911-arm64

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

@BeryJu BeryJu changed the title add info about license:org relation website/docs: add info about license:org relation Jul 11, 2024
@tanberry tanberry merged commit 96f04d3 into main Jul 11, 2024
@tanberry tanberry deleted the docs-license-to-org branch July 11, 2024 12:35
kensternberg-authentik added a commit that referenced this pull request Jul 11, 2024
* main:
  core: revert backchannel only filtering (#10455)
  website/docs: add info about license:org relation (#10444)
  web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449)
  web: bump the storybook group across 1 directory with 7 updates (#10451)
  core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450)
  core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452)
  website/docs: add info and link about supported versions (#10442)
kensternberg-authentik added a commit that referenced this pull request Jul 12, 2024
* main: (35 commits)
  core: bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4 (#10469)
  core: bump goauthentik.io/api/v3 from 3.2024060.6 to 3.2024061.1 (#10470)
  web: bump the babel group across 1 directory with 2 updates (#10471)
  web: bump the storybook group across 1 directory with 7 updates (#10472)
  core: bump coverage from 7.5.4 to 7.6.0 (#10473)
  website/docs: air gapped: clarify .env usage at the top for Kubernetes installations (#10447)
  website/docs: air gapped: update "see configuration" wording (#10448)
  website/docs: Add Kubernetes Bootstrap Instructions (#9541)
  web: bump API Client version (#10461)
  release: 2024.6.1
  website/docs: add 2024.6.1 release notes (#10456)
  core: revert backchannel only filtering (#10455)
  website/docs: add info about license:org relation (#10444)
  web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449)
  web: bump the storybook group across 1 directory with 7 updates (#10451)
  core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450)
  core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452)
  website/docs: add info and link about supported versions (#10442)
  core: fix source flow_manager not resuming flow when linking (#10436)
  ci: fix PR comment k8s snippet (#10433)
  ...
gergosimonyi pushed a commit to gergosimonyi/authentik that referenced this pull request Jul 17, 2024
add info about license:org relation

Co-authored-by: Tana M Berry <tana@goauthentik.com>
gergosimonyi pushed a commit to gergosimonyi/authentik that referenced this pull request Jul 17, 2024
add info about license:org relation

Co-authored-by: Tana M Berry <tana@goauthentik.com>
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