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