Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
51f1f96f
Commit
51f1f96f
authored
8 years ago
by
Matthew Piatetsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update credentials playbook
parent
f682bf10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
CHANGELOG.md
+2
-0
playbooks/roles/credentials/defaults/main.yml
+4
-0
No files found.
CHANGELOG.md
View file @
51f1f96f
-
Role: credentials
-
Added
`CREDENTIALS_EXTRA_APPS`
to enable the inclusion of additional Django apps in the Credentials Service.
-
Role: common
-
Renamed
`COMMON_AWS_SYNC`
to
`COMMON_OBJECT_STORE_LOG_SYNC`
-
Renamed
`COMMON_AWS_SYNC_BUCKET`
to
`COMMON_OBJECT_STORE_LOG_SYNC_BUCKET`
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/credentials/defaults/main.yml
View file @
51f1f96f
...
...
@@ -152,6 +152,8 @@ CREDENTIALS_HOSTNAME: '~^((stage|prod)-)?credentials.*'
NGINX_CREDENTIALS_GUNICORN_HOSTS
:
-
127.0.0.1
CREDENTIALS_EXTRA_APPS
:
[]
CREDENTIALS_SERVICE_CONFIG
:
SECRET_KEY
:
'
{{
CREDENTIALS_SECRET_KEY
}}'
TIME_ZONE
:
'
{{
CREDENTIALS_TIME_ZONE
}}'
...
...
@@ -165,6 +167,8 @@ CREDENTIALS_SERVICE_CONFIG:
SOCIAL_AUTH_REDIRECT_IS_HTTPS
:
'
{{
CREDENTIALS_SOCIAL_AUTH_REDIRECT_IS_HTTPS
}}'
SOCIAL_AUTH_EDX_OIDC_LOGOUT_URL
:
'
{{
CREDENTIALS_OIDC_LOGOUT_URL
}}'
EXTRA_APPS
:
'
{{
CREDENTIALS_EXTRA_APPS
}}'
# db config
DATABASE_OPTIONS
:
connect_timeout
:
10
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment