Skip to content

Commit 50f7fdd

Browse files
committed
set cipher suites from secrets in mount options
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent c702caa commit 50f7fdd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-09-01T06:03:58Z",
6+
"generated_at": "2025-09-01T06:07:00Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -199,7 +199,7 @@
199199
{
200200
"hashed_secret": "2e7a7ee14caebf378fc32d6cf6f557f347c96773",
201201
"is_verified": false,
202-
"line_number": 77,
202+
"line_number": 78,
203203
"type": "Secret Keyword",
204204
"verified_result": null
205205
}

pkg/mounter/mounter-rclone_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ var (
2121
"kpRootKeyCRN": "test-kp-root-key-crn",
2222
"gid": "fake-gid",
2323
"uid": "fake-uid",
24+
"cipher_suites": "default",
2425
}
2526

2627
mountOptionsRClone = []string{"opt1=val1", "opt2=val2"}

pkg/mounter/mounter-s3fs_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var (
2020
"apiKey": "test-api-key",
2121
"kpRootKeyCRN": "test-kp-root-key-crn",
2222
"uid": "test-uid",
23+
"cipher_suites": "default",
2324
}
2425

2526
mountOptions = []string{"opt1=val1", "opt2=val2", "opt3"}

0 commit comments

Comments
 (0)