Skip to content

website/docs: add note about terraform provider #11206

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

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Sep 4, 2024

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner September 4, 2024 14:28
Copy link

netlify bot commented Sep 4, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 3ccef4f
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66d8953ce45daa000820f831

Copy link

netlify bot commented Sep 4, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66d89b00fd91200ca6f42e8b
😎 Deploy Preview https://deploy-preview-11206--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 Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (30fcdbf) to head (3ccef4f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11206   +/-   ##
=======================================
  Coverage   92.74%   92.74%           
=======================================
  Files         736      736           
  Lines       36435    36435           
=======================================
  Hits        33791    33791           
  Misses       2644     2644           
Flag Coverage Δ
e2e 49.25% <ø> (-0.01%) ⬇️
integration 25.00% <ø> (ø)
unit 90.21% <ø> (ø)

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.

@BeryJu
Copy link
Member Author

BeryJu commented Sep 4, 2024

/cherry-pick version-2024.8

Copy link
Contributor

github-actions bot commented Sep 4, 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-3ccef4f49298ed83cde528992d958a87a4d0c04f
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-3ccef4f49298ed83cde528992d958a87a4d0c04f-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-3ccef4f49298ed83cde528992d958a87a4d0c04f

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-3ccef4f49298ed83cde528992d958a87a4d0c04f-arm64

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

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reworded a bit...

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
@BeryJu BeryJu merged commit 2cceec6 into main Sep 4, 2024
63 of 67 checks passed
@BeryJu BeryJu deleted the website/docs/add-tf-note branch September 4, 2024 17:49
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Sep 4, 2024
* website/docs: add note about terraform provider

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Update website/docs/releases/2024/v2024.8.md

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
BeryJu added a commit that referenced this pull request Sep 4, 2024
…11208)

website/docs: add note about terraform provider (#11206)

* website/docs: add note about terraform provider



* Update website/docs/releases/2024/v2024.8.md



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
kensternberg-authentik added a commit that referenced this pull request Sep 6, 2024
* main: (92 commits)
  internal: fix go paginator not setting page correctly (#11253)
  core: bump google-api-python-client from 2.143.0 to 2.144.0 (#11241)
  core: bump twilio from 9.2.4 to 9.3.0 (#11242)
  core: bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#11243)
  core: bump ruff from 0.6.3 to 0.6.4 (#11244)
  core: bump pydantic from 2.8.2 to 2.9.0 (#11245)
  core: bump msgraph-sdk from 1.5.4 to 1.6.0 (#11246)
  web: bump the rollup group across 2 directories with 1 update (#11248)
  core: fix missing argument name escaping for property mapping (#11231)
  providers/ldap: rework search_group migration to work with read replicas (#11228)
  core, web: update translations (#11220)
  website: bump postcss from 8.4.44 to 8.4.45 in /website (#11221)
  core: bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#11222)
  core: bump django-model-utils from 4.5.1 to 5.0.0 (#11223)
  web: bump @changesets/cli from 2.27.7 to 2.27.8 in /web (#11224)
  web: bump @types/node from 22.5.3 to 22.5.4 in /web (#11225)
  web/admin: improve error handling (#11212)
  providers/ldap: fix incorrect permission check for search access (#11217)
  web/admin: fix missing Sync object button SCIM Provider (#11211)
  website/docs: add note about terraform provider (#11206)
  ...
kensternberg-authentik added a commit that referenced this pull request Sep 6, 2024
* main: (64 commits)
  internal: fix go paginator not setting page correctly (#11253)
  core: bump google-api-python-client from 2.143.0 to 2.144.0 (#11241)
  core: bump twilio from 9.2.4 to 9.3.0 (#11242)
  core: bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#11243)
  core: bump ruff from 0.6.3 to 0.6.4 (#11244)
  core: bump pydantic from 2.8.2 to 2.9.0 (#11245)
  core: bump msgraph-sdk from 1.5.4 to 1.6.0 (#11246)
  web: bump the rollup group across 2 directories with 1 update (#11248)
  core: fix missing argument name escaping for property mapping (#11231)
  providers/ldap: rework search_group migration to work with read replicas (#11228)
  core, web: update translations (#11220)
  website: bump postcss from 8.4.44 to 8.4.45 in /website (#11221)
  core: bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#11222)
  core: bump django-model-utils from 4.5.1 to 5.0.0 (#11223)
  web: bump @changesets/cli from 2.27.7 to 2.27.8 in /web (#11224)
  web: bump @types/node from 22.5.3 to 22.5.4 in /web (#11225)
  web/admin: improve error handling (#11212)
  providers/ldap: fix incorrect permission check for search access (#11217)
  web/admin: fix missing Sync object button SCIM Provider (#11211)
  website/docs: add note about terraform provider (#11206)
  ...
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