Files
paralus/components/usermgmt/env.example
akshay196-rafay 8990aa8942 Change IdP and OIDC Provider lookup to name from Id (#18)
* 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
2022-02-21 16:58:10 +05:30

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/