okta / okta-sdk-golang

A Golang SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
https://github.com/okta/okta-sdk-golang
Other
173 stars 143 forks source link

Flexible private key auth #405

Closed monde closed 11 months ago

monde commented 11 months ago

Describe the feature request?

Need to make the client's private key auth be flexible for pkcs#1 or pkcs#8 format. Not just hard coded to RSA / pkcs#8 format. See Terraform PR for example of how this is implemented in the old v2 client.

https://github.com/okta/terraform-provider-okta/pull/1725/files

New or Affected Resource(s)

Provider

Provide a documentation link

No response

Additional Information?

No response

monde commented 11 months ago

Okta internal reference: https://oktainc.atlassian.net/browse/OKTA-544025

duytiennguyen-okta commented 11 months ago

Close with #407