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

Change function to only listen over HTTPS #116

Open
dtdave opened this issue Oct 14, 2024 · 1 comment
Open

Change function to only listen over HTTPS #116

dtdave opened this issue Oct 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dtdave
Copy link

dtdave commented Oct 14, 2024

Is your feature request related to a problem? Please describe.
When deploying in an Azure tenant with a security policy that prohibits functions being accessible over http, the deployment fails.

Describe the solution you'd like
Update

to "httpsOnly": true.

Describe alternatives you've considered
As a workaround we created a fork of the project and updated the deployment JSON with the change as well as an edit in the shell script to point to our fork's JSON file, then pointed the deployment command to this fork's script location. This worked successfully but requires manually keeping up with merging changes to ensure these two files are kept in sync with upstream.

@dtdave dtdave added the enhancement New feature or request label Oct 14, 2024
@joaquinfilipic-dynatrace
Copy link
Contributor

Hello, thanks for pointing this out. Currently, the ownership of this component is in transition (not releasing new changes in November, at least, because even for quick fixes, testing is required). So, I created a ticket (PCLOUDS-5325) for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants