-
Notifications
You must be signed in to change notification settings - Fork 1
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
Review Charm for Listing #24
base: charm-review-base
Are you sure you want to change the base?
Conversation
|
||
``` | ||
# Deploy ingress controller. | ||
microk8s enable ingress:default-ssl-certificate=trino-k8s/trino-tls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe here we can use the charm configuration instead of setting the global default ssl certificate?
web-proxy: | ||
description: | | ||
The address of the web proxy. To be used in combination | ||
with google-client-id and google-client-secret values. | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the HTTP proxy to communicate with the Google Identity website? If so, Juju has some model configurations such as juju-http-proxy
, juju-https-proxy
, and juju-no-proxy
tailored for that purpose.
PR for reviewing charm code as defined in: https://discourse.charmhub.io/t/reviewing-charms/11698.