🔒️(settings) remove default value for setting OIDC_RP_CLIENT_SECRET
Secret settings should not contain any default value as we risk shipping them to production. The default value can be set via an environment variable in the `env.d/development/common` file: OIDC_RP_CLIENT_SECRET
This commit is contained in:
committed by
Samuel Paccoud
parent
8d7c545d1a
commit
54497c1261
@@ -293,7 +293,6 @@ class Base(Configuration):
|
||||
"people", environ_name="OIDC_RP_CLIENT_ID", environ_prefix=None
|
||||
)
|
||||
OIDC_RP_CLIENT_SECRET = values.Value(
|
||||
"ThisIsAnExampleKeyForDevPurposeOnly",
|
||||
environ_name="OIDC_RP_CLIENT_SECRET",
|
||||
environ_prefix=None,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user