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
Service account feature for COMS can be enabled by setting s3AccessMode enabled in configuration, it allows automated systems or services to securely interact with the COMS environment using access keys for authentication. Below are the steps for configuring and utilizing s3AccessMode.
4
4
@@ -7,22 +7,20 @@ Service account feature for COMS can be enabled by setting s3AccessMode enabled
7
7
For M2M API access, the storage credentials are used to authenticate API requests. These credentials consist of an Access Key ID and Access Key Secret, which are essential for machine-to-machine communication.
8
8
9
9
#### Service Account Credentials:
10
-
**accesskeyid:*** The unique identifier for the service account.
10
+
***Accesskeyid:*** The unique identifier for the service account.
11
11
12
-
**accesskeysecret:** The associated secret key for the service account.
12
+
***Accesskeysecret:** The associated secret key for the service account.
13
13
14
14
#### Set Request Headers and Parameters
15
15
16
16
With s3AccessMode enabled, the M2M communication requires specific headers to authenticate and provide access correctly.
17
17
18
-
**Headers to Include**:
19
-
20
18
***x-amz-bucket:*** The name of the bucket being accessed by the service account.
21
19
22
20
***x-amz-endpoint:*** The endpoint to which the request is directed.
23
21
24
22
### Security Considerations
25
23
26
-
***Store Credentials Securely**: Ensure the accesskeyid and accesskeysecret are stored securely, such as in environment variables or a secure credential vault, to prevent unauthorized access.
24
+
***Store Credentials Securely***: Ensure the accesskeyid and accesskeysecret are stored securely, such as in environment variables or a secure credential vault, to prevent unauthorized access.
27
25
28
-
***Use HTTPS**: Make sure that all API requests are made over HTTPS to protect sensitive data during transmission.
26
+
***Use HTTPS***: Make sure that all API requests are made over HTTPS to protect sensitive data during transmission.
0 commit comments