-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
18 changed files
with
437 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
|
||
|
||
# | ||
################ | ||
# AWS STS | ||
################ | ||
# | ||
# storage configuration: backends.backends[1].id=https: //sts.amazonaws.com | ||
backends.backends[1].name=AWS S3 STS | ||
# | ||
# bucket creation: backends.backends[1].bucket-prefix=cipherduck | ||
backends.backends[1].sts-role-arn-hub=arn: aws: iam:: 930717317329: role/cipherduck-createbucket | ||
backends.backends[1].sts-role-arn-client=arn: aws: iam:: 930717317329: role/cipherduck-createbucket | ||
backends.backends[1].region=eu-west-1 | ||
backends.backends[1].regions=eu-west-1, eu-west-2, eu-west-3 | ||
# | ||
# bookmark: backends.backends[1].jwe.protocol=s3-sts | ||
backends.backends[1].jwe.provider=s3-sts-https | ||
backends.backends[1].jwe.sts-role-arn=arn: aws: iam:: 930717317329: role/cipherduck_chain_01 | ||
backends.backends[1].jwe.sts-role-arn2=arn: aws: iam:: 930717317329: role/cipherduck_chain_02 | ||
# | ||
################## | ||
# MinIO localhost permanent | ||
################### | ||
# | ||
# storage configuration: backends.backends[2].id=http: //minio:9000_static | ||
backends.backends[2].name=MinIO S3 static | ||
backends.backends[2].s3-endpoint=http: //minio:9000 | ||
# | ||
# bookmark: backends.backends[2].jwe.protocol=s3 | ||
backends.backends[2].jwe.provider=s3-http-path-style | ||
backends.backends[2].jwe.hostname=minio | ||
backends.backends[2].jwe.port=9000 | ||
# | ||
# | ||
################ | ||
# AWS static | ||
################ | ||
# | ||
# storage configuration: backends.backends[3].id=AWS static | ||
backends.backends[3].name=AWS S3 static | ||
backends.backends[3].region=eu-central-1 | ||
# | ||
# bookmark | ||
backends.backends[3].jwe.protocol=s3 | ||
backends.backends[3].jwe.provider=s3-https |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"id": "8fe86719022530493c3c1b852a2c0b6748781f69", | ||
"name": "MinIO S3 STS", | ||
"bucketPrefix": "cipherduck", | ||
"region": "eu-central-1", | ||
"regions": [ | ||
"eu-west-1", | ||
"eu-west-2", | ||
"eu-west-3", | ||
"eu-north-1", | ||
"eu-south-1", | ||
"eu-south-2", | ||
"eu-central-1", | ||
"eu-central-2" | ||
], | ||
"withPathStyleAccessEnabled": "true", | ||
"stsRoleArnHub": "arn:minio:iam:::role/HGKdlY4eFFsXVvJmwlMYMhmbnDE", | ||
"stsRoleArnClient": "arn:minio:iam:::role/IqZpDC5ahW_DCAvZPZA4ACjEnDE", | ||
"stsEndpoint": "http://minio:9000", | ||
"protocol": "s3-sts", | ||
"scheme": "http", | ||
"hostname": "minio", | ||
"port": "9000", | ||
"stsRoleArn": "arn:minio:iam:::role/Hdms6XDZ6oOpuWYI3gu4gmgHN94" | ||
} |
15 changes: 0 additions & 15 deletions
15
backend/src/main/java/org/cryptomator/hub/api/cipherduck/BackendsConfig.java
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
backend/src/main/java/org/cryptomator/hub/api/cipherduck/BackendsConfigDto.java
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
backend/src/main/java/org/cryptomator/hub/api/cipherduck/BackendsConfigResource.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
backend/src/main/java/org/cryptomator/hub/api/cipherduck/StorageConfig.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
backend/src/main/java/org/cryptomator/hub/api/cipherduck/StorageConfigDto.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.