Francis Chuang
Francis Chuang
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
This PR implements the `oci_certificates_certificate_bundle` and `oci_certificates_certificate_authority_bundle` data sourcse. It uses the [`GetCertificateBundle`](https://docs.oracle.com/en-us/iaas/api/#/en/certificates/20210224/CertificateBundle/GetCertificateBundle) and [`GetCertificateAuthorityBundle`](https://docs.oracle.com/en-us/iaas/api/#/en/certificates/20210224/CertificateAuthorityBundle/GetCertificateAuthorityBundle) methods that are part of the Certificates Service Retrieval API. As part of this change,...
The current implementation for deleting an identity domain attempts to call delete on it immediately. This will fail because an identity domain must be deactivated before it can be deleted....
The `token` seems to be missing from the following response types for the `IdentityDomainsClient`: - [`CreateAuthTokenResponse`](https://pkg.go.dev/github.com/oracle/oci-go-sdk/[email protected]/identitydomains#CreateAuthTokenResponse) - [`CreateMyAuthTokenResponse`](https://pkg.go.dev/github.com/oracle/oci-go-sdk/[email protected]/identitydomains#CreateMyAuthTokenResponse) Since it is not possible to get the token back after creating...
I would like to request an enhancement to allow the management of Policies for Identity Domains. API Ref: https://docs.oracle.com/en/cloud/paas/iam-domains-rest-api/api-policy-policies.html Once this is implemented in the SDK, it would be possible...
It would be nice if the SDK can manage rules for identity domains. Rules can then be used with policies. API Ref: https://docs.oracle.com/en/cloud/paas/iam-domains-rest-api/api-policy-rules.html Once this is available in the SDK,...
I would like to see methods for IdentityDomains' MappedAttributes implemented in the SDK. API reference: https://docs.oracle.com/en/cloud/paas/iam-domains-rest-api/api-apps-mapped-attributes.html MappedAttributes are used to configure user and group mappings for jit provisioning of users...
This issue relates to https://github.com/oracle/terraform-provider-oci/issues/1812 The structs in the `identitydomains` where `mandatory:"false"` are missing the `json:"omitempty"` tag. As an example here is a non-exhaustive list of structs where the `omitempt`...
This PR adds the `openssh_comment` attribute to allow the addition of a comment to openssh keys. Closes #227
It's been quite a while since @Lucretius was active on GitHub and the last commit to this repository was back in October 2021. Personally, I still find this project to...