-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into web/bad-default-in-select
* main: translate: Updates for file web/xliff/en.xlf in fr (#8272) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#8271) fix codeowners core: bump goauthentik.io/api/v3 from 3.2023106.3 to 3.2023106.4 web: bump API Client version (#8269) root: Multi-tenancy (#7590) website/docs: add helm chart 2024.1 breaking changes core: fix rac property mapping requiring enterprise (#8267) web: bump the wdio group in /tests/wdio with 4 updates (#8262) web: bump the eslint group in /tests/wdio with 2 updates (#8261) web: bump the eslint group in /web with 2 updates (#8263) core: bump uvicorn from 0.26.0 to 0.27.0 (#8264)
- Loading branch information
Showing
236 changed files
with
8,080 additions
and
3,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
"""Export blueprint of current authentik install""" | ||
from django.core.management.base import BaseCommand, no_translations | ||
from django.core.management.base import no_translations | ||
from structlog.stdlib import get_logger | ||
|
||
from authentik.blueprints.v1.exporter import Exporter | ||
from authentik.tenants.management import TenantCommand | ||
|
||
LOGGER = get_logger() | ||
|
||
|
||
class Command(BaseCommand): | ||
class Command(TenantCommand): | ||
"""Export blueprint of current authentik install""" | ||
|
||
@no_translations | ||
def handle(self, *args, **options): | ||
def handle_per_tenant(self, *args, **options): | ||
"""Export blueprint of current authentik install""" | ||
exporter = Exporter() | ||
self.stdout.write(exporter.export_to_string()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.