opentelekomcloud / terraform-provider-opentelekomcloud

Terraform OpenTelekomCloud provider
https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest
Mozilla Public License 2.0
87 stars 78 forks source link

[IAM] | Security Settings | AK Management / Information Self-Management #2621

Closed uli-schneider closed 2 months ago

uli-schneider commented 2 months ago

Description of the enhancement

OTC IAM offers the posibility to manage central AK Management and Information Self-Management. grafik

According to a ServiceDesk Ticket The API support this: https://docs.otc.t-systems.com/identity-access-management/api-ref/apis/security_settings/index.html

Following json body needs to be sent:
{ "protect_policy" : { "operation_protection" : false, "allow_user" : { "manage_accesskey" : false, "manage_email" : true, "manage_mobile" : true, "manage_password" : true } } }

Internal Jira reference: https://jira.tsi-dev.otc-service.com/browse/OTCSEC-7443

artem-lifshits commented 2 months ago

Hello @uli-schneider feature is not available via API according to API docs, closing the ticket.