FlexibleEngineCloud / terraform-provider-flexibleengine

Terraform flexibleengine provider
https://www.terraform.io/docs/providers/flexibleengine/
Mozilla Public License 2.0
30 stars 53 forks source link

[Feature Request][DCS] Whitelist support #563

Open sbernier-corp opened 3 years ago

sbernier-corp commented 3 years ago

Hi there,

We would need the support of whitelist on DCS service. This new feature comes in replacement of the security groups for Redis 4 and 5.

Documentation for this feature does not exist for now, However I was able to secure an API sample With Method PUT https://console.prod-cloud-ocb.orange-business.com/dcs/rest/dcs/v2/{$tenant_id}/instance/{$instance_id}/whitelist

{ "instance_id":"1fc85f50-1918-43c4-a206-bdb8182c784c", "enable_whitelist":true, "whitelist":[ { "group_name":"yyyy", "ip_list":[ "10.10.10.6" ] } ] }

ShiChangkuo commented 3 years ago

Hi @sbernier-corp seems the corresponding API is missing, please open a ticket to DCS service in cloud side firstly.

cc to @qukuijin @antonin-a

sbernier-corp commented 3 years ago

Bonjour Tony,

Pourrais-tu ouvrir une demande de pour pouvoir bénéficier du whitelist au niveau DCS via les API ?

Merci d’avance,

Stéphane

De : shichangkuo @. Envoyé : mardi 6 juillet 2021 09:19 À : FlexibleEngineCloud/terraform-provider-flexibleengine @.> Cc : BERNIER Stephane OBS/OCB @.>; Mention @.> Objet : Re: [FlexibleEngineCloud/terraform-provider-flexibleengine] [Feature Request][DCS] Whitelist support (#563)

Hi @sbernier-corp https://github.com/sbernier-corp seems the corresponding API is missing, please open a ticket to DCS service in cloud side firstly.

cc to @qukuijin https://github.com/qukuijin @antonin-a https://github.com/antonin-a

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/FlexibleEngineCloud/terraform-provider-flexibleengine/issues/563#issuecomment-874522227 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AOHL7HPKJWCUSUTAH6UYNUTTWKU55ANCNFSM47JIHOFA . https://github.com/notifications/beacon/AOHL7HJFKEHZCGAWQ5ZDL2LTWKU55A5CNFSM47JIHOFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGQQCM4Y.gif

smasset-orange commented 2 years ago

@ShiChangkuo any update ?