dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
543 stars 470 forks source link

Allow configuration of OCI ObjectStorage state store with OCI configuration file #1428

Closed lucasjellema closed 2 years ago

lucasjellema commented 2 years ago

Describe the feature

A very common way for providing configuration settings to tools (CLI, Terraform, Ansible, SDKs) and applications working with Oracle Cloud Infrastructure is through a configuration file (typically called config and located in ~/,oci/config) that contains the tenancy details and credentials for connecting to OCI (APIs). The ObjectStorage state store ideally should allow this same type of configuration method - in addition to already supported instance principal identification and identification based on credentials configured in the component definition directly.

This will allow users of the component to do configuration in a familiar way.

Release Note

RELEASE NOTE: ADD Support configuration of OCI ObjectStorage through OCI configuration and PEM key file

dapr-bot commented 2 years ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

yaron2 commented 2 years ago

Closed via #1430