Skip to content

Commit 7d2319f

Browse files
committed
Add access_cfg_file and access_cfg_file_account for token auth
access_cfg_file defaults to `$HOME/.oci/config` access_cfg_file_account defaults to `DEFAULT` more details https://developer.hashicorp.com/packer/integrations/hashicorp/oracle/latest/components/builder/oci#authentication-parameters
1 parent a0ba3b4 commit 7d2319f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/capi/packer/oci/packer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"builders": [
33
{
4+
"access_cfg_file":"{{user `access_cfg_file`}}",
5+
"access_cfg_file_account": "{{user `access_cfg_file_account`}}",
46
"availability_domain": "{{user `availability_domain`}}",
57
"base_image_filter": {
68
"operating_system": "{{user `operating_system`}}",

0 commit comments

Comments
 (0)