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: remove outdated info #8552

Merged
merged 2 commits into from
Feb 19, 2024
Merged

website/docs: remove outdated info #8552

merged 2 commits into from
Feb 19, 2024

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Feb 16, 2024

Removed a sentence stating "The embedded outpost cannot be disabled" since apparently it can be disabled, per our new Tenant docs.

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

@tanberry tanberry requested a review from a team as a code owner February 16, 2024 22:19
Copy link

netlify bot commented Feb 16, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 18435cd
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65d36eee5ee0bb00087e6e7b
😎 Deploy Preview https://deploy-preview-8552--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

netlify bot commented Feb 16, 2024

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 18435cd
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/65d36eee06b8d50007c8540d
😎 Deploy Preview https://deploy-preview-8552--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 configuration.

@tanberry tanberry requested a review from BeryJu February 16, 2024 22:22
@rissson
Copy link
Member

rissson commented Feb 19, 2024

Let's wait for Jens' review, as he didn't want to specifically mention how to disable the embedded outpost. I think those changes are still aligned with this though.

Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
@BeryJu BeryJu merged commit 8d78cd9 into main Feb 19, 2024
47 of 50 checks passed
@BeryJu BeryJu deleted the embedd-outpost branch February 19, 2024 15:10
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-18435cd7d127eb7419dd43d5bb846f930ea0989d
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-18435cd7d127eb7419dd43d5bb846f930ea0989d-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-18435cd7d127eb7419dd43d5bb846f930ea0989d

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-18435cd7d127eb7419dd43d5bb846f930ea0989d-arm64

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

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