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
4727266e
Commit
4727266e
authored
9 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2233 from edx/feanil/saml_key_overrides
Overrides for SAML public key and private key vars.
parents
ee1e58f1
1a353e4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
playbooks/roles/edxapp/defaults/main.yml
+6
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
4727266e
...
...
@@ -519,6 +519,10 @@ EDXAPP_PROCTORING_BACKEND_PROVIDER:
# Comprehensive Theming
EDXAPP_COMP_THEME_DIR
:
"
"
# SAML KEYS
EDXAPP_SOCIAL_AUTH_SAML_SP_PRIVATE_KEY
:
'
'
EDXAPP_SOCIAL_AUTH_SAML_SP_PUBLIC_CERT
:
'
'
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -678,6 +682,8 @@ edxapp_generic_auth_config: &edxapp_generic_auth
AWS_STORAGE_BUCKET_NAME
:
"
{{
EDXAPP_AWS_STORAGE_BUCKET_NAME
}}"
DJFS
:
"
{{
EDXAPP_DJFS
}}"
CREDIT_PROVIDER_SECRET_KEYS
:
"
{{
EDXAPP_CREDIT_PROVIDER_SECRET_KEYS
}}"
SOCIAL_AUTH_SAML_SP_PRIVATE_KEY
:
"
{{
EDXAPP_SOCIAL_AUTH_SAML_SP_PRIVATE_KEY
}}"
SOCIAL_AUTH_SAML_SP_PUBLIC_CERT
:
"
{{
EDXAPP_SOCIAL_AUTH_SAML_SP_PUBLIC_CERT
}}"
generic_cache_config
:
&default_generic_cache
BACKEND
:
'
django.core.cache.backends.memcached.MemcachedCache'
...
...
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