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: changes to text and new screenshots for new Permissions tabs #8490

Merged
merged 6 commits into from
Feb 14, 2024

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Feb 12, 2024

Rewrote some steps to adjust for new UI with our permissions, took new screenshots.

  • 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 12, 2024 22:59
Copy link

netlify bot commented Feb 12, 2024

Deploy Preview for authentik-storybook canceled.

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

@authentik-automation
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 39.4%, saving 92.54 KB.

Filename Before After Improvement Visual comparison
website/docs/user-group-role/access-control/flow-page.png 117.88 KB 71.54 KB -39.3% View diff
website/docs/user-group-role/access-control/user-page.png 117.23 KB 71.05 KB -39.4% View diff

207 images did not require optimisation.

Copy link

netlify bot commented Feb 12, 2024

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 3ceddfe
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/65caa2dab940ba0008e111bd
😎 Deploy Preview https://deploy-preview-8490--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.

Copy link

netlify bot commented Feb 12, 2024

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit b96586f
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/65cd034d6b495a00081fd7ac
😎 Deploy Preview https://deploy-preview-8490--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 changed the title website/docs: changes totext and new screenshots for new Permissions tabs website/docs: changes to text and new screenshots for new Permissions tabs Feb 12, 2024
@tanberry tanberry enabled auto-merge (squash) February 13, 2024 01:42
@tanberry tanberry merged commit e48f6bb into main Feb 14, 2024
67 checks passed
@tanberry tanberry deleted the doc-perm-changes branch February 14, 2024 18:33
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-b96586f15705896f1adf5b6575347ee0eb5ec320
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-b96586f15705896f1adf5b6575347ee0eb5ec320-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-b96586f15705896f1adf5b6575347ee0eb5ec320

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-b96586f15705896f1adf5b6575347ee0eb5ec320-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