From 502c0ac51209eba0d3c5966ed64e8987ac4537ab Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Fri, 25 Aug 2023 18:40:23 +0200 Subject: [PATCH] Use in memory database for dex and skip approval screen --- devtools/devdex/config.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/devtools/devdex/config.yaml b/devtools/devdex/config.yaml index 710b0661..59a91115 100644 --- a/devtools/devdex/config.yaml +++ b/devtools/devdex/config.yaml @@ -12,16 +12,17 @@ # See the License for the specific language governing permissions and # limitations under the License. -issuer: http://localhost:5556/dex +issuer: http://127.0.0.1:5556/dex storage: - type: sqlite3 - config: - file: dex.db + type: memory web: http: 0.0.0.0:5556 +oauth2: + skipApprovalScreen: true + frontend: issuer: peridot theme: dark @@ -30,6 +31,7 @@ staticClients: - id: local redirectURIs: - 'http://localhost:9111/auth/oidc/callback' + - 'http://localhost:9111/admin/auth/oidc/callback' name: 'Frontend App' secret: local