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 parallel_enabled and fix git guardian #248

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitguardian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ secret:
# Ignore security incidents with the SHA256 of the occurrence obtained at output or the secret itself
ignored-matches:
- name: oss_conf_oauth_client_secret
match: 7ff1f39cca2ff23fe8105ad02bd1d090793d9421
match: oauth_client_secret=7ff1f39cca2ff23fe8105ad02bd1d090793d9421
- name: oss_conf_auth_jwt_secret
match: 5qM4Te0knu65k1gG9UGOoba6KVag4HRD
- name: e2e_test_api_token
Expand Down
3 changes: 2 additions & 1 deletion deploy/oss-conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ DEPLOYMENT_URL=https://$DOMAIN
oauth_url=https://$DOMAIN:8443
oauth_client_id=ba6ce982162fb0d58e0e
oauth_client_secret=7ff1f39cca2ff23fe8105ad02bd1d090793d9421

DATABASE_URI=postgresql://user:password@db:5432/deepchecks
ASYNC_DATABASE_URI=postgresql+asyncpg://user:password@db:5432/deepchecks
ACCESS_TOKEN_EXPIRE_MINUTES=10
Expand All @@ -23,4 +24,4 @@ email_smtp_port=25
email_smtp_username=
email_smtp_password=
parallel_enabled=False
JKL98ISR marked this conversation as resolved.
Show resolved Hide resolved
IS_ON_PREM=True
IS_ON_PREM=True
Loading