mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 10:30:25 +00:00
* Move oidc provider model * Change apiVersion of Idp and Oidc provider to 'system.k8smgmt.io/v3' * Change IdP Get, Udpate, Delete to name instead of an Id * Change Oidc Provider Get, Update, Delete to name instead of an Id * Deprecated AcsURL from Idp db table AcsURL is generated dynamically per request. This change is made particularly considering case where application host is changed after adding IdP. Storing AcsURL in table will create hard coupling between application host and Idp configuration. OIDC provider service is following same approach for callback url. * Idp: Load application HTTP Url in main.go * OIDC Provider: Reuse Kratos Url from main.go
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
DB_NAME=admindb
|
|
DB_USER=admindbuser
|
|
DB_PASSWORD=admindbpassword
|
|
DB_PORT=5432
|
|
DB_HOST=localhost
|
|
KRATOS_PUBLIC_URL=http://127.0.0.1:4433/
|
|
APP_HOST_HTTP=https://127.0.0.1:8000/
|