Skip to content

Commit 4828ed7

Browse files
committed
Use correct vault keys
1 parent fd114ba commit 4828ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/boxcutter_builder/recipes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@
232232
# op item get 'tailscale oauth automation-sandbox-write-blue' --vault Automation-Sandbox
233233
# op item get v5zvz2gomyzhgow46esj7txneu --format json
234234
tailscale_oauth_client_id_write_blue =\
235-
Boxcutter::OnePassword.op_read('op://Automation-Sandbox/tailscale oauth write blue/username')
235+
Boxcutter::OnePassword.op_read('op://Automation-Org/tailscale oauth write blue/username')
236236
tailscale_oauth_client_secret_write_blue = \
237-
Boxcutter::OnePassword.op_read('op://Automation-Sandbox/tailscale oauth write blue/credential')
237+
Boxcutter::OnePassword.op_read('op://Automation-Org/tailscale oauth write blue/credential')
238238
node.run_state['boxcutter_tailscale'] ||= {}
239239
node.run_state['boxcutter_tailscale']['oauth_client_id'] = tailscale_oauth_client_id_write_blue
240240
node.run_state['boxcutter_tailscale']['oauth_client_secret'] = tailscale_oauth_client_secret_write_blue

0 commit comments

Comments
 (0)