Use in memory database for dex and skip approval screen

This commit is contained in:
Mustafa Gezen 2023-08-25 18:40:23 +02:00
parent 6db0f9728a
commit 502c0ac512
1 changed files with 6 additions and 4 deletions

View File

@ -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