*: cleanup vendor

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-05-28 21:26:33 +02:00
parent 18b48684eb
commit fb69f67f47
9 changed files with 9 additions and 13 deletions

View File

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at reported to the community leaders responsible for enforcement at
hello@beryju.org. hello@goauthentik.io.
All complaints will be reviewed and investigated promptly and fairly. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the All community leaders are obligated to respect the privacy and security of the

View File

@ -11,4 +11,4 @@
## Reporting a Vulnerability ## Reporting a Vulnerability
To report a vulnerability, send an email to [security@beryju.org](mailto:security@beryju.org) To report a vulnerability, send an email to [security@goauthentik.io](mailto:security@goauthentik.io)

View File

@ -147,7 +147,7 @@ SPECTACULAR_SETTINGS = {
}, },
], ],
"CONTACT": { "CONTACT": {
"email": "hello@beryju.org", "email": "hello@goauthentik.io",
}, },
"AUTHENTICATION_WHITELIST": ["authentik.api.authentication.TokenAuthentication"], "AUTHENTICATION_WHITELIST": ["authentik.api.authentication.TokenAuthentication"],
"LICENSE": { "LICENSE": {

View File

@ -15,12 +15,12 @@ AAD_USER = {
"displayName": "foo bar", "displayName": "foo bar",
"givenName": "foo", "givenName": "foo",
"jobTitle": None, "jobTitle": None,
"mail": "foo@beryju.org", "mail": "foo@goauthentik.io",
"mobilePhone": None, "mobilePhone": None,
"officeLocation": None, "officeLocation": None,
"preferredLanguage": None, "preferredLanguage": None,
"surname": "bar", "surname": "bar",
"userPrincipalName": "foo@beryju.org", "userPrincipalName": "foo@goauthentik.io",
"id": "018b0aff-8aff-473e-bf9c-b50e27f52208", "id": "018b0aff-8aff-473e-bf9c-b50e27f52208",
} }

View File

@ -94,7 +94,7 @@ addopts = "-p no:celery --junitxml=unittest.xml"
name = "authentik" name = "authentik"
version = "2022.5.3" version = "2022.5.3"
description = "" description = ""
authors = ["Jens Langhammer <jens.langhammer@beryju.org>"] authors = ["authentik Team <hello@goauthentik.io>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
celery = "*" celery = "*"

View File

@ -4,7 +4,7 @@ info:
version: 2022.5.3 version: 2022.5.3
description: Making authentication simple. description: Making authentication simple.
contact: contact:
email: hello@beryju.org email: hello@goauthentik.io
license: license:
name: GNU GPLv3 name: GNU GPLv3
url: https://github.com/goauthentik/authentik/blob/master/LICENSE url: https://github.com/goauthentik/authentik/blob/master/LICENSE

View File

@ -1,4 +1,4 @@
Contact: mailto:security@beryju.org Contact: mailto:security@goauthentik.io
Expires: Sat, 1 Jan 2023 00:00 +0200 Expires: Sat, 1 Jan 2023 00:00 +0200
Preferred-Languages: en, de Preferred-Languages: en, de
Policy: https://github.com/goauthentik/authentik/blob/master/SECURITY.md Policy: https://github.com/goauthentik/authentik/blob/master/SECURITY.md

View File

@ -20,7 +20,7 @@ export const DEFAULT_HEADERS = {
"Content-Type": "application/json", "Content-Type": "application/json",
"X-Plex-Product": "authentik", "X-Plex-Product": "authentik",
"X-Plex-Version": VERSION, "X-Plex-Version": VERSION,
"X-Plex-Device-Vendor": "BeryJu.org", "X-Plex-Device-Vendor": "goauthentik.io",
}; };
export function popupCenterScreen(url: string, title: string, w: number, h: number): Window | null { export function popupCenterScreen(url: string, title: string, w: number, h: number): Window | null {

View File

@ -1,11 +1,7 @@
const config = { const config = {
namespace: "goauthentik/", namespace: "goauthentik/",
// Settings for GHCR
registryTokenEndpoint: "https://ghcr.io/token", registryTokenEndpoint: "https://ghcr.io/token",
registryService: "ghcr.io", registryService: "ghcr.io",
// Settings for Harbor
// registryTokenEndpoint: "https://docker.beryju.org/service/token",
// registryService: "harbor-registry",
}; };
async function getToken(event) { async function getToken(event) {