Skip to content

Commit 8a2865d

Browse files
committed
Drop GET s3-specific storage profiles.
1 parent ea5ddee commit 8a2865d

File tree

4 files changed

+3
-39
lines changed

4 files changed

+3
-39
lines changed

hub/src/main/resources/openapi.json

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,42 +1832,6 @@
18321832
]
18331833
}
18341834
]
1835-
},
1836-
"get": {
1837-
"summary": "get configs for storage backends",
1838-
"description": "get list of configs for storage backends",
1839-
"responses": {
1840-
"200": {
1841-
"description": "list of storage configuration",
1842-
"content": {
1843-
"application/json": {
1844-
"schema": {
1845-
"type": "array",
1846-
"items": {
1847-
"$ref": "#/components/schemas/StorageProfileS3Dto"
1848-
}
1849-
}
1850-
}
1851-
}
1852-
},
1853-
"403": {
1854-
"description": "not a user"
1855-
},
1856-
"401": {
1857-
"description": "Not Authorized"
1858-
}
1859-
},
1860-
"tags": [
1861-
"Storage Profile Resource"
1862-
],
1863-
"security": [
1864-
{
1865-
"SecurityScheme": [
1866-
"user",
1867-
"admin"
1868-
]
1869-
}
1870-
]
18711835
}
18721836
},
18731837
"/api/storageprofile/s3sts": {

hub/src/test/resources/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KATTA_SERVER_IMAGE=ghcr.io/shift7-ch/katta-server:commit-e99aed301044581950ba31f6b41c49192d554bd6-ci
1+
KATTA_SERVER_IMAGE=ghcr.io/shift7-ch/katta-server:commit-43c0bf56ee698c14859efc3c3596f36825fa30ba-ci
22
HUB_PORT=8080
33
HUB_KEYCLOAK_URL=http://localhost:8180
44
HUB_KEYCLOAK_BASEPATH=

hub/src/test/resources/.hybrid.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KATTA_SERVER_IMAGE=ghcr.io/shift7-ch/katta-server:commit-e99aed301044581950ba31f6b41c49192d554bd6-ci
1+
KATTA_SERVER_IMAGE=ghcr.io/shift7-ch/katta-server:commit-43c0bf56ee698c14859efc3c3596f36825fa30ba-ci
22
HUB_PORT=8280
33
HUB_KEYCLOAK_URL=https://testing.katta.cloud
44
HUB_KEYCLOAK_BASEPATH=/kc

hub/src/test/resources/.local.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KATTA_SERVER_IMAGE=ghcr.io/shift7-ch/katta-server:commit-e99aed301044581950ba31f6b41c49192d554bd6-ci
1+
KATTA_SERVER_IMAGE=ghcr.io/shift7-ch/katta-server:commit-43c0bf56ee698c14859efc3c3596f36825fa30ba-ci
22
HUB_PORT=8280
33
HUB_KEYCLOAK_URL=http://localhost:8380
44
HUB_KEYCLOAK_BASEPATH=

0 commit comments

Comments
 (0)