File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lockerweb" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " SSU IT Collage Locker system." ,
5
5
"private" : true ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " client" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"dev" : " cross-env VITE_BASE_URL=http://localhost:3000 vite dev --port 5002 --host 0.0.0.0" ,
6
6
"build" : " vite build" ,
Original file line number Diff line number Diff line change 120
120
{#if serviceConfig && ! isActivated (serviceConfig .activateFrom , serviceConfig .activateTo )}
121
121
<Button
122
122
disabled ={callbackUrl ? undefined : true }
123
- href ="https://class .ssu.ac.kr/xn-sso/gw.php?login_type=sso&callback_url= {encodeURIComponent (
123
+ href ="https://lms .ssu.ac.kr/xn-sso/gw.php?login_type=sso&callback_url= {encodeURIComponent (
124
124
callbackUrl ,
125
125
)}"
126
126
rel =" external"
132
132
{:else }
133
133
<Button
134
134
disabled ={callbackUrl ? undefined : true }
135
- href ="https://class .ssu.ac.kr/xn-sso/gw.php?login_type=sso&callback_url= {encodeURIComponent (
135
+ href ="https://lms .ssu.ac.kr/xn-sso/gw.php?login_type=sso&callback_url= {encodeURIComponent (
136
136
callbackUrl ,
137
137
)}"
138
138
rel =" external"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Backend Lambda script for lockerweb" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -466,10 +466,11 @@ Resources:
466
466
Metadata :
467
467
Comment : ' Bucket to store client files'
468
468
Properties :
469
- AccessControl : PublicRead
470
469
WebsiteConfiguration :
471
470
IndexDocument : index.html
472
471
ErrorDocument : error.html
472
+ PublicAccessBlockConfiguration :
473
+ BlockPublicPolicy : false
473
474
Type : ' AWS::S3::Bucket'
474
475
FrontS3BucketPolicy :
475
476
Metadata :
@@ -478,12 +479,11 @@ Resources:
478
479
Bucket : !Ref FrontS3Bucket
479
480
PolicyDocument :
480
481
Statement :
481
- - Action :
482
- - ' s3:GetObject'
483
- Effect : ' Allow'
482
+ - Sid : PublicReadForGetBucketObjects
483
+ Effect : Allow
484
484
Principal : ' *'
485
- Resource :
486
- - !Sub ' arn:aws:s3:::${FrontS3Bucket}/*'
485
+ Action : ' s3:GetObject '
486
+ Resource : !Sub arn:aws:s3:::${FrontS3Bucket}/*
487
487
Type : ' AWS::S3::BucketPolicy'
488
488
CfApiCachePolicy :
489
489
Properties :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @types/lockerweb" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"types" : " index.d.ts" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments