Skip to content

Commit f5a2a9c

Browse files
Update spec/atlas/atlas_connectivity_spec.rb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fca394b commit f5a2a9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/atlas/atlas_connectivity_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
decoded = Base64.strict_decode64(ENV[cert_var])
5050
cert_file = Tempfile.new([ 'x509-cert', '.pem' ])
5151
cert_file.write(decoded)
52+
File.chmod(0600, cert_file.path)
5253
cert_file.close
5354
cert_file
5455
end

0 commit comments

Comments
 (0)