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

ci: release: fix AWS cfn template permissions #12576

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

rissson
Copy link
Member

@rissson rissson commented Jan 6, 2025

Details

Closes #12504


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: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Jan 6, 2025
@rissson rissson requested a review from a team as a code owner January 6, 2025 12:26
Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit b2dbc68
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/677bcbf21902b8000895d886

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit b2dbc68
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/677bcbf2c6bcd7000866620a

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.70%. Comparing base (6b18026) to head (b2dbc68).
Report is 5 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12576      +/-   ##
==========================================
- Coverage   92.76%   92.70%   -0.06%     
==========================================
  Files         770      770              
  Lines       38873    38873              
==========================================
- Hits        36059    36036      -23     
- Misses       2814     2837      +23     
Flag Coverage Δ
e2e 48.65% <ø> (-0.06%) ⬇️
integration 24.58% <ø> (ø)
unit 90.38% <ø> (+<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

github-actions bot commented Jan 6, 2025

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-b2dbc68da0e8a86e3b494ce3a6fde90c647fac99
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-b2dbc68da0e8a86e3b494ce3a6fde90c647fac99-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-b2dbc68da0e8a86e3b494ce3a6fde90c647fac99

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

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

@BeryJu BeryJu merged commit ee8d3c5 into main Jan 6, 2025
72 checks passed
@BeryJu BeryJu deleted the ci-fix-aws-cfn-publish branch January 6, 2025 14:22
kensternberg-authentik added a commit that referenced this pull request Jan 8, 2025
* main:
  core: bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#12571)
  website: bump the docusaurus group in /website with 9 updates (#12569)
  core: bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 (#12572)
  core: bump ruff from 0.8.5 to 0.8.6 (#12573)
  ci: release: fix AWS cfn template permissions (#12576)
  translate: Updates for file web/xliff/en.xlf in fr (#12578)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#12577)
  sources/kerberos: authenticate with the user's username instead of the first username in authentik (#12497)
  website/integrations: Fix deprecated terraform ressource authentik_scope_mapping in docs (#12554)
  website/user-sources Fix Free IPA docs page (#12549)
  core: bump aws-cdk-lib from 2.173.4 to 2.174.0 (#12574)
  website/integrations: semaphore: fix formatting (#12567)
  website: bump aws-cdk from 2.173.4 to 2.174.0 in /website (#12570)
  website/integrations: Update Frappe Application index.md (#12527)
  website: add api reference docs to redirect file (#12551)
@rissson
Copy link
Member Author

rissson commented Jan 20, 2025

/cherry-pick version-2024.12

rissson added a commit that referenced this pull request Jan 20, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson added a commit that referenced this pull request Jan 20, 2025
…12739)

ci: release: fix AWS cfn template permissions (#12576)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
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.

CloudFormation Template URL Not Accessible for AWS Installation
2 participants