*: cleanup vendor
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
18b48684eb
commit
fb69f67f47
|
@ -60,7 +60,7 @@ representative at an online or offline event.
|
|||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
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 community leaders are obligated to respect the privacy and security of the
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
|
||||
## 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)
|
||||
|
|
|
@ -147,7 +147,7 @@ SPECTACULAR_SETTINGS = {
|
|||
},
|
||||
],
|
||||
"CONTACT": {
|
||||
"email": "hello@beryju.org",
|
||||
"email": "hello@goauthentik.io",
|
||||
},
|
||||
"AUTHENTICATION_WHITELIST": ["authentik.api.authentication.TokenAuthentication"],
|
||||
"LICENSE": {
|
||||
|
|
|
@ -15,12 +15,12 @@ AAD_USER = {
|
|||
"displayName": "foo bar",
|
||||
"givenName": "foo",
|
||||
"jobTitle": None,
|
||||
"mail": "foo@beryju.org",
|
||||
"mail": "foo@goauthentik.io",
|
||||
"mobilePhone": None,
|
||||
"officeLocation": None,
|
||||
"preferredLanguage": None,
|
||||
"surname": "bar",
|
||||
"userPrincipalName": "foo@beryju.org",
|
||||
"userPrincipalName": "foo@goauthentik.io",
|
||||
"id": "018b0aff-8aff-473e-bf9c-b50e27f52208",
|
||||
}
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ addopts = "-p no:celery --junitxml=unittest.xml"
|
|||
name = "authentik"
|
||||
version = "2022.5.3"
|
||||
description = ""
|
||||
authors = ["Jens Langhammer <jens.langhammer@beryju.org>"]
|
||||
authors = ["authentik Team <hello@goauthentik.io>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
celery = "*"
|
||||
|
|
|
@ -4,7 +4,7 @@ info:
|
|||
version: 2022.5.3
|
||||
description: Making authentication simple.
|
||||
contact:
|
||||
email: hello@beryju.org
|
||||
email: hello@goauthentik.io
|
||||
license:
|
||||
name: GNU GPLv3
|
||||
url: https://github.com/goauthentik/authentik/blob/master/LICENSE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Contact: mailto:security@beryju.org
|
||||
Contact: mailto:security@goauthentik.io
|
||||
Expires: Sat, 1 Jan 2023 00:00 +0200
|
||||
Preferred-Languages: en, de
|
||||
Policy: https://github.com/goauthentik/authentik/blob/master/SECURITY.md
|
||||
|
|
|
@ -20,7 +20,7 @@ export const DEFAULT_HEADERS = {
|
|||
"Content-Type": "application/json",
|
||||
"X-Plex-Product": "authentik",
|
||||
"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 {
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
const config = {
|
||||
namespace: "goauthentik/",
|
||||
// Settings for GHCR
|
||||
registryTokenEndpoint: "https://ghcr.io/token",
|
||||
registryService: "ghcr.io",
|
||||
// Settings for Harbor
|
||||
// registryTokenEndpoint: "https://docker.beryju.org/service/token",
|
||||
// registryService: "harbor-registry",
|
||||
};
|
||||
|
||||
async function getToken(event) {
|
||||
|
|
Reference in New Issue