Skip to content

Commit ea2b0d7

Browse files
committed
minor fix (OTP and scanner obsolete param)
1 parent a0cf49f commit ea2b0d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/docker-config/scanner-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [ $? -ne 0 ]; then
8282
fi
8383

8484
echo "Creating ElastAlert writeback index if needed..."
85-
elastalert-create-index --config "$ELASTALERT_CONFIG_FILE" --index elastalert_status || true
85+
elastalert-create-index --config "$ELASTALERT_CONFIG_FILE" || true
8686

8787
echo "Starting ElastAlert daemon..."
8888
echo "Prometheus metrics will be available on port $PROMETHEUS_PORT"

sentinel-kit_server_backend/config/packages/scheb_2fa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ scheb_two_factor:
55
- Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
66
google:
77
enabled: true
8-
server_name: DataMonitor # Server name used in QR code
9-
issuer: DataMonitor server # Issuer name used in QR code
8+
server_name: Sentinel-Kit # Server name used in QR code
9+
issuer: Sentinel-Kit Server # Issuer name used in QR code
1010
digits: 6 # Number of digits in authentication code
1111
leeway: 5 # Acceptable time drift in seconds, must be less or equal than 30 seconds

0 commit comments

Comments
 (0)