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

core: FIPS #9683

Merged
merged 21 commits into from
May 23, 2024
Merged

core: FIPS #9683

merged 21 commits into from
May 23, 2024

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented May 10, 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)

@BeryJu BeryJu requested review from a team as code owners May 10, 2024 18:00
Copy link

netlify bot commented May 10, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f826637
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/664f7978ab0d2800088a1da6

Copy link

netlify bot commented May 10, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit f826637
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/664f79783b24cd00087672f3

authentik/lib/avatars.py Dismissed Show resolved Hide resolved
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (ef2e1ad) to head (f826637).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9683      +/-   ##
==========================================
+ Coverage   92.61%   92.64%   +0.02%     
==========================================
  Files         710      710              
  Lines       34706    34723      +17     
==========================================
+ Hits        32143    32168      +25     
+ Misses       2563     2555       -8     
Flag Coverage Δ
e2e 49.69% <83.33%> (+0.04%) ⬆️
integration 25.53% <30.00%> (+0.01%) ⬆️
unit 90.10% <100.00%> (+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.

docker-compose.yml Outdated Show resolved Hide resolved
@rissson rissson requested a review from a team as a code owner May 21, 2024 19:02
Copy link
Contributor

github-actions bot commented May 21, 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-ghcr.io/goauthentik/dev-server:gh-f826637c7bb933047248a53f862a5684670d8795
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-f826637c7bb933047248a53f862a5684670d8795-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-f826637c7bb933047248a53f862a5684670d8795

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-f826637c7bb933047248a53f862a5684670d8795-arm64

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

BeryJu and others added 16 commits May 22, 2024 16:09
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
requires 14+ to not use md5

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
TIL they don't require md5 anymore

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson and others added 3 commits May 22, 2024 16:09
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) May 23, 2024 16:55
@rissson rissson disabled auto-merge May 23, 2024 17:05
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) May 23, 2024 17:15
@rissson rissson merged commit c344537 into main May 23, 2024
70 checks passed
@rissson rissson deleted the fips branch May 23, 2024 17:34
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.

None yet

2 participants