Skip to content

website/dev-docs: tweaks to template#6474

Merged
tanberry merged 1 commit intomainfrom
fix-template
Aug 4, 2023
Merged

website/dev-docs: tweaks to template#6474
tanberry merged 1 commit intomainfrom
fix-template

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Aug 4, 2023

fixed a few typos, clarified some info

@tanberry tanberry requested a review from a team as a code owner August 4, 2023 16:24
@tanberry tanberry requested review from BeryJu and removed request for a team August 4, 2023 16:24
@netlify
Copy link

netlify bot commented Aug 4, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit de5751b
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/64cd264e9c5cb3000857e2c6

@netlify
Copy link

netlify bot commented Aug 4, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit de5751b
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64cd264e49004500086af93d
😎 Deploy Preview https://deploy-preview-6474--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.

@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01% 🎉

Comparison is base (9265555) 92.45% compared to head (de5751b) 92.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6474      +/-   ##
==========================================
+ Coverage   92.45%   92.46%   +0.01%     
==========================================
  Files         561      561              
  Lines       27075    27075              
==========================================
+ Hits        25029    25031       +2     
+ Misses       2046     2044       -2     
Flag Coverage Δ
e2e 51.60% <ø> (+0.02%) ⬆️
integration 26.56% <ø> (ø)
unit 89.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

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-fix-template-1691167084-de5751b
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-fix-template-1691167084-de5751b-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-fix-template-1691167084-de5751b

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-fix-template-1691167084-de5751b-arm64

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

@tanberry tanberry merged commit efc6609 into main Aug 4, 2023
@tanberry tanberry deleted the fix-template branch August 4, 2023 18:55
BeryJu pushed a commit that referenced this pull request Aug 7, 2023
tweaks

Co-authored-by: Tana Berry <tana@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Aug 7, 2023
* main:
  web/flows: fix identification stage band color (#6489)
  providers/proxy: only intercept auth header when a value is set (#6488)
  web: bump @goauthentik/api from 2023.6.1-1691242648 to 2023.6.1-1691266058 in /web (#6486)
  providers/proxy: set outpost session cookie to httponly and secure wh… (#6482)
  web: bump @esbuild/linux-arm64 from 0.18.17 to 0.18.18 in /web (#6483)
  web/admin: fix user sorting by active field (#6485)
  web: bump @esbuild/darwin-arm64 from 0.18.17 to 0.18.18 in /web (#6484)
  web: bump storybook (#6481)
  web: bump the sentry group in /web with 2 updates (#6480)
  web: bump API Client version (#6479)
  api: optimise pagination in API schema (#6478)
  website/dev-docs: tweaks to template (#6474)
  website: bump react-tooltip from 5.19.0 to 5.20.0 in /website (#6471)
  website: bump prettier from 3.0.0 to 3.0.1 in /website (#6472)
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