You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
@@ -48,7 +51,7 @@ If you use the custom reporting mode, you can select any kind of tool that you w
48
51
##Connecting your storage account
49
52
50
53
As a first step you need a cloud bucket to store your test results. You can use
51
-
Google orAWSorAzure for this purpose. Codefresh will create subfolders in the bucket with names from every build id. It will then upload the reports for that build to the respective folder. Multiple pipelines can use the same bucket.
54
+
Google,AWS, AzureorMinIO for this purpose. Codefresh will create subfolders in the bucket with names from every build id. It will then upload the reports for that build to the respective folder. Multiple pipelines can use the same bucket.
52
55
53
56
First go to your Account Configuration, by clicking on*Account Settings* on the left sidebar. On the first section called*Integrations* scroll down to*Cloud Storage*:
54
57
@@ -93,7 +96,7 @@ For more information see the [official documentation](https://cloud.google.com/i
93
96
94
97
###Connecting an S3 bucket
95
98
96
-
For AWS, create an S3 bucket as explained in the documentation from the[GUI](https://docs.aws.amazon.com/quickstarts/latest/s3backup/step-1-create-bucket.html) or the[CLI](https://docs.aws.amazon.com/cli/latest/reference/s3api/create-bucket.html).Then once you have the Access and Secret keys,
99
+
For AWS, create an S3 bucket as explained in the documentation, from the[GUI](https://docs.aws.amazon.com/quickstarts/latest/s3backup/step-1-create-bucket.html) or the[CLI](https://docs.aws.amazon.com/cli/latest/reference/s3api/create-bucket.html).Once you have the Access and Secret keys,
97
100
enter an arbitrary name for your integration and fill the keys in the respective fields:
98
101
99
102
{% include
@@ -112,7 +115,7 @@ environment variable in your Codefresh pipeline as explained in the next section
112
115
You can also
113
116
use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets) as values by clicking on the lock icon that appears next to field.
114
117
115
-
If you have already specified the resource field during secret definition the just enter on the text field the name of the secret directly, i.e.`my-secret-key`.
118
+
If you have already specified the resource field during secret definition, just enter on the text field the name of the secret directly, i.e.`my-secret-key`.
116
119
If you didn't include a resource name during secret creation then enter the full name in the field like`my-secret-resource@my-secret-key`.
117
120
118
121
###Connecting Azure storage
@@ -133,12 +136,62 @@ max-width="60%"
133
136
Then click*Save* to apply settings. You will use the name of the integration as an
134
137
environment variable in your Codefresh pipeline as explained in the next sections.
135
138
136
-
You can also
137
-
use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets) as values by clicking on the lock icon that appears next to field.
139
+
You can also use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets) as values by clicking on the lock icon that appears next to field.
138
140
139
141
If you have already specified the resource field during secret definition the just enter on the text field the name of the secret directly, i.e.`my-secret-key`.
140
142
If you didn't include a resource name during secret creation then enter the full name in the field like`my-secret-resource@my-secret-key`.
141
143
144
+
###Connecting MinIO storage
145
+
Before connecting to MinIO cloud storage, configure the MinIO server as described in the[official documentation](https://docs.min.io/docs/minio-quickstart-guide.html).
146
+
147
+
Once you get the Access and Secret keys, define the settings for MinIO cloud storage in your Codefresh account.
148
+
149
+
1. From the Add Cloud Storage dropdown, select**MinIO Cloud Storage**, and define the settings: