Skip to content

Commit

Permalink
Move social auth creds to the profile dir to reduce confusion.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Oct 16, 2023
1 parent 67bf324 commit 95fca99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/oci_env_integration/oci_env_configs/community.compose.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ DJANGO_SUPERUSER_USERNAME=admin
DJANGO_SUPERUSER_PASSWORD=admin

## Enable github social auth by setting these two values
SOCIAL_AUTH_GITHUB_KEY='abcd1234'
SOCIAL_AUTH_GITHUB_SECRET='abcd1234'
#SOCIAL_AUTH_GITHUB_KEY='abcd1234'
#SOCIAL_AUTH_GITHUB_SECRET='abcd1234'

PULP_GALAXY_API_PATH_PREFIX=/api/

Expand Down
2 changes: 2 additions & 0 deletions profiles/community/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PULP_GALAXY_FEATURE_FLAGS__ai_deny_index=true

SOCIAL_AUTH_GITHUB_BASE_URL='http://localhost:8082'
SOCIAL_AUTH_GITHUB_API_URL='http://localhost:8082'
SOCIAL_AUTH_GITHUB_KEY='abcd1234'
SOCIAL_AUTH_GITHUB_SECRET='abcd1234'

# Signing configs
ENABLE_SIGNING=2
Expand Down

0 comments on commit 95fca99

Please sign in to comment.