-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature flag to enable/disable secure https access to Services #5930
Comments
Have you seen AutoTLS support in https://knative.dev/development/serving/using-auto-tls/? Is something missing from that experience to solve your use-case? |
Hi @markusthoemmes , Yes, I have read that and I can config it manually, I'm thinking if it is possible to config it with one step or one cli, and I think it needs more support from Server API side, e.g., I have got my certs and I just want to enable the secure https with a CLI like below, instead of updating the yaml files in the doc. What do you think? Thanks!
|
|
Issues go stale after 90 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle stale |
Stale issues rot after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle rotten |
Rotten issues close after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /close |
@knative-housekeeping-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@markusthoemmes @vagababov
|
Serving: https access to Services
Describe the feature
By default, Knative Service will be deployed and accessed by http. However, in production, users usually need to access them by secure https. Fow now, Knative support to enable https connection but with some manual steps (https://knative.dev/development/serving/using-a-tls-cert). I'm thinking if we can add API about a feature flag to enable/disable secure https access to Services. Thanks!
The feature flag API is not only for this feature, it can manage all of features, for example we can list all features and their status, also enable/disable a feature. So that developer can easily manage the features
BTW, for cloud foundry developer experience, they provide such feature flags, take CLI just as an example! Thanks!
The text was updated successfully, but these errors were encountered: