Francis Chuang

Results 135 comments of Francis Chuang

I was thinking to use the existing `checksums` stanza like so: ```yaml checksum: split: true name_template: "{{ .filename}}.sha256" ````

We're currently using pre-created service principals, because dynamic service principals don't work with API calls for Azure AD (only Azure RM). References: - https://github.com/hashicorp/vault-plugin-secrets-azure/issues/92 - https://github.com/hashicorp/vault-plugin-secrets-azure/issues/102

Any chance this can be reviewed?

@thpham, oracle has approved my OCA, but it seems they don't really accept external contributions for this project.

@rakeshnikam13 I removed the ocid of the domain in the logs for privacy reasons. As stated in the issue, the reason the delete is failing is because the provider does...

@rakeshnikam13 PR #1782 is still open and has not been merged. Maybe we should close this issue after that's been merged?

Seems the functionality is missing in the SDK, which will be needed to implement this feature in the terraform provider. I've filed https://github.com/oracle/oci-go-sdk/issues/460

Is there anything I can do to help with this one? Pretty keen to see this merged.

One solution I can think of is to not use the json directly as the cache name, but the hash of it. We can use sha256, which would produce a...

I recently implemented the hashing of cache names on my fork, as this project seems to be unmaintained: https://github.com/Boostport/vault-acme/commit/8dda7f150eb3831b832c3f00191bc900c2ce1a97