fix(app): move queries to query package (#2612)

* fix: move queries to query package

* fix(auth): switch project role requests to query pkg

* refactor: delete unused project role code

* remove repo

* implement sql queries

* fix(database): oidc config change type to int2

* fix(queries): implement app queries

* refactor: simplify code

* fix: correct app query

* Update app.go

* fix token check

* fix mock

* test: app prepares

* test: oidc compliance

* test: OIDCOriginAllowList

* fix: converter

* resolve unsupported oidc version

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Silvan
2021-11-26 07:57:05 +01:00
committed by GitHub
parent a9035def0f
commit 3473156c7e
39 changed files with 3150 additions and 1066 deletions

View File

@@ -815,6 +815,7 @@ EventTypes:
removed: Aktion gelöscht
Application:
OIDC:
UnsupportedVersion: Deine OIDC Version wird nicht unterstützt
V1:
NotCompliant: Deine Konfiguration ist nicht konform und weicht vom OIDC 1.0 Standard ab.
NoRedirectUris: Es muss mindestens eine Redirect URI erfasst sein.

View File

@@ -812,6 +812,7 @@ EventTypes:
removed: Action removed
Application:
OIDC:
UnsupportedVersion: Your OIDC version is not supported
V1:
NotCompliant: Your configuration is not compliant and differs from OIDC 1.0 standard.
NoRedirectUris: At least one redirect uri must be registered.

View File

@@ -810,6 +810,7 @@ EventTypes:
removed: Azione rimossa
Application:
OIDC:
UnsupportedVersion: La tua versione di OIDC non è supportata
V1:
NotCompliant: La tua configurazione non è conforme e differisce dallo standard OIDC 1.0.
NoRedirectUris: Deve essere registrato almeno un URI di reindirizzamento.