File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cookbooks/boxcutter_builder/recipes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments