Merge pull request #1171 from dod-ccpo/remove-unused-config

Remove unused config
This commit is contained in:
richard-dds 2019-11-13 10:09:17 -05:00 committed by GitHub
commit f0101f1230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 23 deletions

View File

@ -3,7 +3,7 @@
"files": "^.secrets.baseline$|^.*pgsslrootcert.yml$",
"lines": null
},
"generated_at": "2019-11-06T21:35:23Z",
"generated_at": "2019-11-12T21:42:30Z",
"plugins_used": [
{
"base64_limit": 4.5,
@ -94,25 +94,11 @@
}
],
"config/base.ini": [
{
"hashed_secret": "aa419433d95be86df254d499243bee1d5173f1ae",
"is_secret": false,
"is_verified": false,
"line_number": 8,
"type": "Secret Keyword"
},
{
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
"is_secret": false,
"is_verified": false,
"line_number": 21,
"type": "Secret Keyword"
},
{
"hashed_secret": "abcdb568713c255c81376829da20004ba9463fd3",
"is_secret": false,
"is_verified": false,
"line_number": 29,
"line_number": 20,
"type": "Secret Keyword"
}
],

View File

@ -5,7 +5,6 @@ CA_CHAIN = ssl/server-certs/ca-chain.pem
CLASSIFIED = false
CONTRACT_START_DATE = 2019-09-14
CONTRACT_END_DATE = 2022-09-14
COOKIE_SECRET = some-secret-please-replace
DISABLE_CRL_CHECK = false
CRL_FAIL_OPEN = false
CRL_STORAGE_CONTAINER = crls
@ -26,7 +25,6 @@ PGUSER = postgres
PORT=8000
REDIS_URI = redis://localhost:6379
RQ_QUEUES = atat_%(ENVIRONMENT)s
SECRET = change_me_into_something_secret
SECRET_KEY = change_me_into_something_secret
SERVER_NAME
SESSION_COOKIE_NAME=atat

View File

@ -1,4 +0,0 @@
[default]
SESSION_COOKIE_SECURE=True
SESSION_COOKIE_DOMAIN=atat.codes
LIMIT_CONCURRENT_SESSIONS=True

View File

@ -4,6 +4,5 @@ ENVIRONMENT = test
PGDATABASE = atat_test
CRL_STORAGE_CONTAINER = tests/fixtures/crl
WTF_CSRF_ENABLED = false
STORAGE_PROVIDER=LOCAL
PRESERVE_CONTEXT_ON_EXCEPTION = false
CSP=mock-test