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: config: remove options moved to tenants #8976

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

rissson
Copy link
Member

@rissson rissson commented Mar 20, 2024

Details

REPLACE ME


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)

If applicable

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Mar 20, 2024
@rissson rissson requested a review from a team as a code owner March 20, 2024 13:15
@rissson
Copy link
Member Author

rissson commented Mar 20, 2024

/cherry-pick version-2024.2

Copy link

netlify bot commented Mar 20, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 74f9f5b
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65fae17f8ff858000830e235

Copy link

netlify bot commented Mar 20, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 74f9f5b
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65fae17f3da53e0008eed025
😎 Deploy Preview https://deploy-preview-8976--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
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

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

Instead of deleting this we should maybe move this to a page dedicated to tenants since there's still some helpful things on here

@rissson
Copy link
Member Author

rissson commented Mar 20, 2024

Instead of deleting this we should maybe move this to a page dedicated to tenants since there's still some helpful things on here

All of them are help text in the UI

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-74f9f5bd1a8a6a5ebf6caa04d38d64588b197abf
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-74f9f5bd1a8a6a5ebf6caa04d38d64588b197abf-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-74f9f5bd1a8a6a5ebf6caa04d38d64588b197abf

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-74f9f5bd1a8a6a5ebf6caa04d38d64588b197abf-arm64

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

@rissson rissson merged commit 96554de into main Mar 20, 2024
67 checks passed
@rissson rissson deleted the removed-options branch March 20, 2024 14:13
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Mar 20, 2024
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson added a commit that referenced this pull request Mar 20, 2024
) (#8977)

website/docs: config: remove options moved to tenants (#8976)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
kensternberg-authentik added a commit that referenced this pull request Mar 21, 2024
* main:
  website/docs: config: remove options moved to tenants (#8976)
  web: bump @types/grecaptcha from 3.0.8 to 3.0.9 in /web (#8971)
  web: bump country-flag-icons from 1.5.9 to 1.5.10 in /web (#8970)
  web: bump the babel group in /web with 7 updates (#8969)
  core: bump uvicorn from 0.28.0 to 0.28.1 (#8968)
  website: bump postcss from 8.4.36 to 8.4.37 in /website (#8967)
  internal: cleanup static file serving setup code (#8965)
  website/integrations: portainer: match portainer settings order (#8974)
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