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: add a note about dev environments and read replicas #12247

Closed
wants to merge 11 commits into from

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Dec 2, 2024

This PR adds a Warning about the inability to log back in if you are in a dev environment AND have read replicas configured in your .env file.

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

@tanberry tanberry requested a review from a team as a code owner December 2, 2024 20:17
Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 7850bd3
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67535ade7fe98e00099fc859

Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 7850bd3
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67535adea1e24300083acb49
😎 Deploy Preview https://deploy-preview-12247--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

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.63%. Comparing base (1623885) to head (7850bd3).
Report is 30 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12247      +/-   ##
==========================================
- Coverage   92.68%   92.63%   -0.06%     
==========================================
  Files         762      762              
  Lines       38151    38152       +1     
==========================================
- Hits        35362    35341      -21     
- Misses       2789     2811      +22     
Flag Coverage Δ
e2e 49.04% <ø> (-0.06%) ⬇️
integration 24.76% <ø> (-0.01%) ⬇️
unit 90.22% <ø> (+<0.01%) ⬆️

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.

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.

Yep, hit that one myself often enough.

Copy link
Contributor

github-actions bot commented Dec 6, 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-7850bd325c11b0f7c528f086004de49b28bedd7a
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-7850bd325c11b0f7c528f086004de49b28bedd7a-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-7850bd325c11b0f7c528f086004de49b28bedd7a

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-7850bd325c11b0f7c528f086004de49b28bedd7a-arm64

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

Tana M Berry added 2 commits December 6, 2024 13:59
@tanberry
Copy link
Contributor Author

tanberry commented Dec 9, 2024

Because we no longer write to the .env.yaml file, this will not be an issue going forward; if Blueprints turn into an issue we will open a diff PR.

@tanberry tanberry closed this Dec 9, 2024
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