Tom Straub

Results 10 comments of Tom Straub

I had similar thoughts as well @sebasslash but figured I would add here to see what the community need was, and allow you all to determine if it was a...

@kippmorris7 This is not the solution you are looking for, but might help in the interim. https://tfx.rocks/commands/registry_provider/#tfx-registry-provider-create I have been developing this CLI for common TFE/TFC tasks.

Thanks @chrisarcand! I thought this worked however checking again, you are correct, the `enabled=true` flag does not actually do anything when added to the query string :)

I was able to shim this with this url format if that helps. ``` url := fmt.Sprintf( "https://%s/api/registry/private/v2/gpg-keys?filter[namespace]=%s", c.Hostname, c.OrganizationName, ) ```

Thank you @logachev, this is great new! I changed this issue to focus on updating the documentation.

The feature ask is to mimic what you can do in the ADO project via the UI, and would assume that the key vault had the proper permissions already. This...

I agree, getting this issue when saving off files that need less permissive modes.

@rodrigocmn Thank you for that work around, that work great for my scenario!

@laurapacilio This page is specific to AzDO to TFC, but my comment is mainly aimed at TFE and an issue a customer had with ip ranges inbound to where TFE...

Totally agree with this as it would also allow the resources in the module to be created in a different RG than the networking pieces.