Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove OIDC values and DOP references. #5635

Merged
merged 1 commit into from Feb 10, 2020
Merged

Conversation

dianakhuang
Copy link
Contributor

@dianakhuang dianakhuang commented Feb 7, 2020

https://openedx.atlassian.net/browse/BOM-1215

Internal PR: https://github.com/edx/edx-internal/pull/1497
Edge PR: https://github.com/edx/edge-internal/pull/201
Sandbox PR: https://github.com/edx/sandbox-internal/pull/75

Configuration Pull Request

Make sure that the following steps are done before merging:

  • A DevOps team member has approved the PR if it is code shared across multiple services and you don't own all of the services.
  • Are you adding any new default values that need to be overridden when this change goes live? If so:
    • Update the appropriate internal repo (be sure to update for all our environments)
    • If you are updating a secure value rather than an internal one, file a DEVOPS ticket with details.
    • Add an entry to the CHANGELOG.
  • If you are making a complicated change, have you performed the proper testing specified on the Ops Ansible Testing Checklist? Adding a new variable does not require the full list (although testing on a sandbox is a great idea to ensure it links with your downstream code changes).
  • Think about how this change will affect Open edX operators. Have you updated the wiki page for the next Open edX release?

SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY: '{{ edx_django_service_with_rendered_config_social_auth_edx_oidc_secret }}'
SOCIAL_AUTH_EDX_OIDC_URL_ROOT: '{{ edx_django_service_with_rendered_config_oidc_url_root }}'
SOCIAL_AUTH_EDX_OIDC_PUBLIC_URL_ROOT: '{{ edx_django_service_with_rendered_config_oidc_public_url_root }}'
SOCIAL_AUTH_REDIRECT_IS_HTTPS: '{{ edx_django_service_with_rendered_config_social_auth_redirect_is_https }}'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this line removal intentional? It's in the middle of a block of OIDC settings (inexplicably) and I don't see it removed in other files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line should be removed, since it belongs to the same social_auth library right? That means everywhere else this line was not removed, that should be updated to be removed as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's kind of messy, but this is a setting that seems to be used by the underlying social-django library that we're still using and not the django-oauth2-provider library that we're trying to remove.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it sounds like this line should not be removed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's re-added a few lines down.

@dianakhuang dianakhuang merged commit 34a8add into master Feb 10, 2020
@dianakhuang dianakhuang deleted the diana/remove-oidc branch February 10, 2020 16:08
pomegranited pushed a commit to open-craft/configuration that referenced this pull request Mar 13, 2020
Remove OIDC values and DOP references.

(cherry picked from commit 34a8add)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants