Skip to content

LBAAS: add tls cipher policy as load balanacer arg#1687

Merged
kishlay-singh-DO merged 1 commit intodigitalocean:mainfrom
jvasilevsky:jvasilevsky/LBAAS-add-tls-cipher-policy-arg
Apr 29, 2025
Merged

LBAAS: add tls cipher policy as load balanacer arg#1687
kishlay-singh-DO merged 1 commit intodigitalocean:mainfrom
jvasilevsky:jvasilevsky/LBAAS-add-tls-cipher-policy-arg

Conversation

@jvasilevsky
Copy link
Copy Markdown
Contributor

add ability to set load balancer tls cipher policy via doctl

LoadBalancerNetworkStackDualstack = "DUALSTACK"

// Supported TLS Cipher policies
LoadBalancerTLSCipherPolicyDefault = "DEFAULT"
Copy link
Copy Markdown
Contributor

@kishlay-singh-DO kishlay-singh-DO Apr 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @jvasilevsky I was looking at the API docs for Load balancers and it seems there we allow 3 values for tls cipher policy (STRONG, WEAK & DEFAULT) but in the code we are allowing only 2 values (STRONG & DEFAULT). Can you please look into this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me update the API docs. The Weak value can be assigned, but it currently does not do anything/is equivalent to default. Let me remove it from the api docs.

@kishlay-singh-DO kishlay-singh-DO merged commit f554836 into digitalocean:main Apr 29, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants