Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Custom DB configuration#22

Merged
rohe merged 3 commits intoIdentityPython:masterfrom
peppelinux:master
Dec 5, 2019
Merged

Custom DB configuration#22
rohe merged 3 commits intoIdentityPython:masterfrom
peppelinux:master

Conversation

@peppelinux
Copy link
Copy Markdown
Member

We can configure the storage for client_Db, sso_db and session_db

op:
  client_db:
    class: oidcendpoint.in_memory_db.InMemoryDataBase
  session_db:
    class: oidcendpoint.in_memory_db.InMemoryDataBase
  sso_db:
    class: oidcendpoint.sso_db.SSODb

This commit is needed to permit other developers to adopt oidcendpoint in their framework and overcome the inMemoryDataBase

@rohe
Copy link
Copy Markdown
Contributor

rohe commented Dec 5, 2019

I used to have more then server_info below op in the configuration file. Now server_info is the only component of op. So we should probably get rid of the hierarchy and just have op or server_info.

@rohe rohe merged commit 37e9943 into IdentityPython:master Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants