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: update geoip and asn documentation following field changes (cherry-pick #10265) #10266

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

gcp-cherry-pick-bot[bot]
Copy link
Contributor

Cherry-picked website/docs: update geoip and asn documentation following field changes (#10265)

Co-authored-by: Tana M Berry tanamarieberry@yahoo.com

…ges (#10265)

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner June 27, 2024 13:09
@rissson rissson enabled auto-merge (squash) June 27, 2024 13:09
Copy link

netlify bot commented Jun 27, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit ec7fee2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/667d648cfb8bf200085391be
😎 Deploy Preview https://deploy-preview-10266--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 Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (17acc94) to head (ec7fee2).

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2024.6   #10266      +/-   ##
==================================================
- Coverage           92.65%   92.64%   -0.02%     
==================================================
  Files                 713      713              
  Lines               34970    34970              
==================================================
- Hits                32401    32397       -4     
- Misses               2569     2573       +4     
Flag Coverage Δ
e2e 49.54% <ø> (-0.01%) ⬇️
integration 25.39% <ø> (ø)
unit 90.12% <ø> (-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.

@rissson rissson merged commit 496f342 into version-2024.6 Jun 27, 2024
61 of 64 checks passed
@rissson rissson deleted the cherry-pick-dc945a-version-2024.6 branch June 27, 2024 13:26
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-ec7fee2a320810a80c3ccb81e1e11406b0b36b4f
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-ec7fee2a320810a80c3ccb81e1e11406b0b36b4f-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-ec7fee2a320810a80c3ccb81e1e11406b0b36b4f

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-ec7fee2a320810a80c3ccb81e1e11406b0b36b4f-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.

1 participant