oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
759 stars 675 forks source link

identity_user_capabilities_management missing oauth2 and DB credentials capabilities #1580

Open rajeshvig opened 2 years ago

rajeshvig commented 2 years ago

Community Note

Description

Refer https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/identity_user_capabilities_management Options to manage Oauth2 client credentials and database credentials capability is missing in the resource as per documentation. Please add the same

New or Affected Resource(s)

identity_user_capabilities_management

Potential Terraform Configuration

# Copy-paste any Terraform configurations for how the requested feature may be used. 
resource "oci_identity_user_capabilities_management" "test_user_capabilities_management" {
    #Required
    user_id = oci_identity_user.user1.id

    #Optional 
    can_use_api_keys             = "true"
    can_use_auth_tokens          = "true"
    can_use_console_password     = "false"
    can_use_customer_secret_keys = "true"
    can_use_smtp_credentials     = "true"
    can_user_oauth_credentials ="true
    can_use_db_credentials. = "true"
}

References

jeliker commented 1 year ago

Confirmed still missing can_use_db_credentials and can_use_oauth2client_credentials as of provider 4.96.0

kendalldavila commented 8 months ago

Hello, this module still does no support the follows parameters as of provider 5.26 can_use_db_credentials can_use_oauth2client_credentials

paolajuarezgomez commented 4 months ago

Is there any plan to incorporate the following parameters?

They are still not included in version v5.45.0.