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

fix alibabacloud provider init error when config empty BlockPorts #202

Closed
wants to merge 1 commit into from

Conversation

gaopeiliang
Copy link
Contributor

when config empty BlockPorts like this

[alibabacloud]
enable = true
[alibabacloud.slb]
max_port = 700
min_port = 500
block_ports = []

It will cause Option Valid() false always ... and can not load plugin ...

@chrisliu1995
Copy link
Member

chrisliu1995 commented Feb 13, 2025

It should be

[alibabacloud]
enable = true
[alibabacloud.slb]
max_port = 699
min_port = 500
block_ports = []

refer to #181

@gaopeiliang
Copy link
Contributor Author

It should be

[alibabacloud] enable = true [alibabacloud.slb] max_port = 699 min_port = 500 block_ports = []

refer to #181

OK

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