File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ default:
14
14
bootstrap: "features/bootstrap/bootstrap.php"
15
15
class: "App\\Kernel"
16
16
Behat\MinkExtension:
17
- base_url: "http ://localhost/"
17
+ base_url: "https ://localhost/"
18
18
sessions:
19
19
default:
20
20
symfony2: ~
Original file line number Diff line number Diff line change @@ -16,3 +16,6 @@ security:
16
16
17
17
# form_login: ~
18
18
# https://symfony.com/doc/current/security/form_login_setup.html
19
+
20
+ access_control :
21
+ - { path: ^/, roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
Original file line number Diff line number Diff line change 50
50
51
51
cd admin && yarn && REACT_APP_API_ENTRYPOINT=https://${API_ENTRYPOINT} yarn build --environment=prod;
52
52
cd ../client && yarn && REACT_APP_ADMIN_HOST_HTTPS=https://${ADMIN_BUCKET} REACT_APP_ADMIN_HOST_HTTP=http://${ADMIN_BUCKET} REACT_APP_API_CACHED_HOST_HTTPS=https://${API_ENTRYPOINT} REACT_APP_API_CACHED_HOST_HTTP=http://${API_ENTRYPOINT} yarn build --environment=prod;
53
+ cd ..
53
54
54
55
if [[ ${BRANCH} == " master" ]]
55
56
then
You can’t perform that action at this time.
0 commit comments