Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load-balancer frontend support multiple certificate Ids #845

Closed
Miaxos opened this issue May 25, 2021 · 0 comments · Fixed by #1152 or #1153
Closed

Load-balancer frontend support multiple certificate Ids #845

Miaxos opened this issue May 25, 2021 · 0 comments · Fixed by #1152 or #1153
Assignees
Labels
enhancement load-balancer Load-balancer issues, bugs and feature requests
Milestone

Comments

@Miaxos
Copy link

Miaxos commented May 25, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Hello, for the LB-frontend ressource, we have a certificate_id we can add, but we do not have a way to add multiples certificates. We should remove or deprecate certificate_id and add a certificate_ids as it's intended in the API https://github.com/scaleway/scaleway-sdk-go/blob/8e31911750e7acb1009f686f1b333a50316d8cb1/api/lb/v1/lb_sdk.go#L2829

New or Affected Resource(s)

  • scaleway_lb_frontend

Potential Terraform Configuration

resource "scaleway_lb_frontend" "lb-nomad-client-frontend" {
  lb_id           = scaleway_lb.lb-base.id
  backend_id      = scaleway_lb_backend.lb-nomad-client-backend.id
  name            = "ln-nomad-frontend"
  inbound_port    = "443"
  timeout_client  = "10s"
  # NOT YET must change on website
  # EVERY time we add a new certificate, we must go to the website to update the whole front-end.
  # certificate_id = []
}

References

  • #0000
@Monitob Monitob added this to the v2.3.0 milestone Jan 3, 2022
@Monitob Monitob self-assigned this Mar 22, 2022
@remyleone remyleone added the load-balancer Load-balancer issues, bugs and feature requests label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement load-balancer Load-balancer issues, bugs and feature requests
Projects
None yet
3 participants