diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2020-06-23 21:17:14 +0000 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2020-06-23 21:17:14 +0000 |
commit | 57d1635845df4a8b045805b66e8fbec5010ce97f (patch) | |
tree | 530cb98a14268da5710b21b070b21e1428b8a5e9 /config.env.sample | |
parent | 596664b37c17b31f2b5faa0d5144e4317179e0ba (diff) |
Revert "Enable OpenID"
This reverts commit 596664b37c17b31f2b5faa0d5144e4317179e0ba.
Reason for revert: seems to break things when keys aren't defined on fresh container build
Change-Id: I4ef788062c8a6967afad4eb3695af85bc3a4718b
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'config.env.sample')
-rw-r--r-- | config.env.sample | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config.env.sample b/config.env.sample index 137ecb0..fadf0ed 100644 --- a/config.env.sample +++ b/config.env.sample @@ -35,14 +35,6 @@ JIRA_URL=sample_url JIRA_USER_NAME=sample_jira_user JIRA_USER_PASSWORD=sample_jira_pass -# LFID -OIDC_CLIENT_ID=sample_id -OIDC_CLIENT_SECRET=sample_secret - -OIDC_AUTHORIZATION_ENDPOINT=https://linuxfoundation-test.auth0.com/authorize -OIDC_TOKEN_ENDPOINT=https://linuxfoundation-test.auth0.com/oauth/token -OIDC_USER_ENDPOINT=https://linuxfoundation-test.auth0.com/userinfo - # Rabbitmq RABBITMQ_DEFAULT_USER=opnfv RABBITMQ_DEFAULT_PASS=opnfvopnfv |