Skip to content

Please add support for security-level flag #261

@songololo

Description

@songololo

TL;DR

Please add support for the GCP cloud functions deploy --security-level parameter.

Detailed design

Per the docs:
https://cloud.google.com/sdk/gcloud/reference/functions/deploy

--security-level=SECURITY_LEVEL; default="secure-always"
Security level controls whether a function's URL supports HTTPS only or both HTTP and HTTPS. By default, secure-always will be used, meaning only HTTPS is supported. SECURITY_LEVEL must be one of: secure-always, secure-optional.

Additional information

This would be convenient for deploying HTTPS functions. Currently, it is necessary to manually edit the function from the console after deploy to enable HTTPS only.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions