-
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
Remove redundunt self-signed-cert secret #15810
Labels
area/che-server
area/chectl
Issues related to chectl, the CLI of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Comments
mmorhun
added
kind/task
Internal things, technical debt, and to-do tasks to be performed.
area/chectl
Issues related to chectl, the CLI of Che
area/che-server
labels
Jan 24, 2020
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Jan 24, 2020
@mmorhun |
tolusha
added
status/info-needed
More information is needed before the issue can move into the “analyzing” state for engineering.
and removed
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
labels
Jan 24, 2020
tolusha
added
severity/P2
Has a minor but important impact to the usage or development of the system.
team/platform
and removed
status/info-needed
More information is needed before the issue can move into the “analyzing” state for engineering.
labels
Jan 24, 2020
I think, I will handle this issue now, because the cost for workaround roughly equal to the cost of the fix... |
tolusha
added
severity/P1
Has a major impact to usage or development of the system.
severity/P2
Has a minor but important impact to the usage or development of the system.
sprint/current
and removed
severity/P2
Has a minor but important impact to the usage or development of the system.
severity/P1
Has a major impact to usage or development of the system.
sprint/next
labels
Jan 24, 2020
tolusha
added
severity/P1
Has a major impact to usage or development of the system.
and removed
sprint/current
severity/P2
Has a minor but important impact to the usage or development of the system.
labels
Feb 14, 2020
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/che-server
area/chectl
Issues related to chectl, the CLI of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe.
For now, in case of using self-signed certificate user must provide precreated one.
But internally we use
che-tls
secret for securing routes and also useself-signed-cert
for propagating CA certificate to Che components to trust the self-signed certificate. This is redundant and we can use only one secretche-tls
which must haveca.crt
field in case of self-signed certificate.Describe the solution you'd like
Remove
self-signed-cert
secret and useche-tls
instead. In case of manually generated by a user self-signed certificate and putting precreated secret, we should requireca.crt
field in it.Additional context
Cert Manager puts
ca.crt
in its secrets automatically.The text was updated successfully, but these errors were encountered: