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: gateway ssl config indentation #703

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

mstefany
Copy link
Contributor

Support for TLS (SSL) configuration was added in this PR, but it seems that indentation of ssl stanza is incorrect, since changing some values does take effect, e.g. changing port from 9443 to 443.
Port is changed in configMap, also in container definition, but internally, nginx.conf is still rendered with port 9443.

According to this line, configuration is extracted from YAML file at apisix.ssl.listen, not at ssl.listen.

If is I manually re-write the configMap and move the section then the port is changed as expected.

@AlinsRan AlinsRan merged commit f14f58d into apache:master Jan 17, 2024
9 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.

None yet

3 participants