File tree Expand file tree Collapse file tree 4 files changed +3
-39
lines changed Expand file tree Collapse file tree 4 files changed +3
-39
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
22HUB_PORT = 8080
33HUB_KEYCLOAK_URL = http://localhost:8180
44HUB_KEYCLOAK_BASEPATH =
Original file line number Diff line number Diff line change 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
22HUB_PORT = 8280
33HUB_KEYCLOAK_URL = https://testing.katta.cloud
44HUB_KEYCLOAK_BASEPATH = /kc
Original file line number Diff line number Diff line change 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
22HUB_PORT = 8280
33HUB_KEYCLOAK_URL = http://localhost:8380
44HUB_KEYCLOAK_BASEPATH =
You can’t perform that action at this time.
0 commit comments