Blake Garner
Blake Garner
The tart cli tool is progressing but currently missing support for packer boot_command in the packer plugin and the underlying interface to send the commands.
I have attempted to configure this via the vault_generic_endpoint provider. It doesn't seem possible to do the vault write -field via that provider. ``` vault write -field method_id identity/mfa/method/okta org_name="$OKTA_ORG"...
I'm seeing a similar crash with v3.8.2 of the plugin. ``` Stack trace from the terraform-provider-vault_v3.8.2_x5 plugin: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
I recommend creating the least privilege token and re-testing described at 4 in the initial report. I suspect that OKTA read-only admin has some special properties that are not exposed...
The OKTA configuration is the big variable here for sure. The dance with changing role from read-only admin down to the least privilege required for auth is painful but understood....
After opening a support case with OKTA they confirmed that the permission "Reset users' authenticators" is required if you create a custom role and don't use read-only admin. I have...
Working in a large enterprise, we have 3 github enterprise installations, and I also use github.com. Having a flag to target the specific instance or support using the url that...
We use OKTA auth with LoginMFA handling the second step that triggers the MFA push to the OKTA app. Wtih LoginMFA being the newer way to configure MFA having this...
Looks like I may be hitting this as well. Using the example code https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/generic_endpoint#example-usage "u1_entity" I'm also getting the Code 405 error. I noticed that the error shows URL: GET...
VMware has added back the lease file in its traditional location per my and a few other requests. https://communities.vmware.com/t5/VMware-Fusion-Discussions/Big-Sur-hosts-with-Fusion-Is-vmnet-dhcpd-vmnet8-leases-file/m-p/2872314/highlight/true#M175804 The current version of macOS 12.1, fusion 12.2.1 & packer 1.7.8...