Skip to content

website/docs: add procedural docs for RAC#9006

Merged
tanberry merged 38 commits intomainfrom
docs-rac
Apr 4, 2024
Merged

website/docs: add procedural docs for RAC#9006
tanberry merged 38 commits intomainfrom
docs-rac

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Mar 22, 2024

A draft for technical review... @jens I have some specific questions for you, but please give this a thorough over-all review. Thanks!

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

@tanberry tanberry requested a review from a team as a code owner March 22, 2024 22:37
@tanberry tanberry requested a review from BeryJu March 22, 2024 22:38
@netlify
Copy link

netlify bot commented Mar 22, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit f636895
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/660ead4dc6d38a000897520c

@netlify
Copy link

netlify bot commented Mar 22, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f636895
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/660ead4d3488f8000843383f

@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 32.1%, saving 13.10 KB.

Filename Before After Improvement Visual comparison
website/docs/providers/rac/rac-v3.png 40.77 KB 27.68 KB -32.1% View diff

155 images did not require optimisation.

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.

A number of typos, suggestion, and nitpicks.

@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 53.9%, saving 152.74 KB.

Filename Before After Improvement Visual comparison
website/docs/outposts/outpost-create.png 283.33 KB 130.58 KB -53.9% View diff

150 images did not require optimisation.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2024

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-591166ba6936bfda929653f5ece71c4078c9eb0b
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-591166ba6936bfda929653f5ece71c4078c9eb0b-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-591166ba6936bfda929653f5ece71c4078c9eb0b

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-591166ba6936bfda929653f5ece71c4078c9eb0b-arm64

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
tanberry and others added 14 commits April 3, 2024 16:00
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
@tanberry tanberry requested review from a team as code owners April 3, 2024 21:37
Tana M Berry and others added 2 commits April 3, 2024 16:40
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@tanberry tanberry merged commit 6cb6db0 into main Apr 4, 2024
@tanberry tanberry deleted the docs-rac branch April 4, 2024 14:24
kensternberg-authentik added a commit that referenced this pull request Apr 9, 2024
* main: (22 commits)
  blueprints: fix default username field in user-settings flow (#9136)
  website/docs: add procedural docs for RAC (#9006)
  web: bump API Client version (#9133)
  ci: fix python client generator (#9134)
  root: generate python client (#9107)
  web: Bump vite from 5.1.4 to 5.2.8 in /web (#9120)
  core, web: update translations (#9124)
  core: Bump golang from 1.22.1-bookworm to 1.22.2-bookworm (#9125)
  web: Bump the babel group in /web with 2 updates (#9126)
  web: Bump the eslint group in /web with 1 update (#9127)
  web: Bump the eslint group in /tests/wdio with 1 update (#9129)
  core: Bump sentry-sdk from 1.44.0 to 1.44.1 (#9130)
  core: Bump channels from 4.0.0 to 4.1.0 (#9131)
  core: Bump django from 5.0.3 to 5.0.4 (#9132)
  web: Bump the rollup group in /web with 3 updates (#9128)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9110)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9109)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#9111)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#9112)
  web: Bump @fortawesome/fontawesome-free from 6.5.1 to 6.5.2 in /web (#9116)
  ...
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