File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,8 +462,6 @@ mod tests {
462
462
reference: test-s3-connection
463
463
maxErrorRetries: 5
464
464
uploadPartSize: 10Mi
465
- iamRole: arn:aws:iam::123456789012:role/TrinoRole
466
- externalId: external-id-123
467
465
"# } ) ;
468
466
469
467
let fte_config =
Original file line number Diff line number Diff line change @@ -1550,6 +1550,8 @@ fn shared_spooling_secret_name(trino: &v1alpha1::TrinoCluster) -> String {
1550
1550
format ! ( "{}-spooling-secret" , trino. name_any( ) )
1551
1551
}
1552
1552
1553
+ // TODO: Maybe switch to something non-openssl.
1554
+ // See https://github.com/stackabletech/airflow-operator/pull/686#discussion_r2348354468 (which is currently under discussion)
1553
1555
fn get_random_base64 ( byte_size : usize ) -> String {
1554
1556
let mut buf: Vec < u8 > = vec ! [ 0 ; byte_size] ;
1555
1557
openssl:: rand:: rand_bytes ( & mut buf) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments