Skip to content

Commit 5962a24

Browse files
committed
Conditionally set the Vault AppRole ID
1 parent c93bac0 commit 5962a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require 'yaml'
1212
require 'json'
1313
require_relative 'spec/spec_utilities'
1414

15-
ENV['VAULT_APPROLE_ROLE_ID'] = '48adc137-3270-fc4a-ae65-1306919d4bb0'
15+
ENV['VAULT_APPROLE_ROLE_ID'] ||= '48adc137-3270-fc4a-ae65-1306919d4bb0'
1616
oss_package = ENV['OSS_PACKAGE'] and ENV['OSS_PACKAGE'] == 'true'
1717

1818
# Workaround for certain rspec/beaker versions

0 commit comments

Comments
 (0)