-
Notifications
You must be signed in to change notification settings - Fork 160
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
[Doc] Documentation missing for backstage TLS configurations #818
Comments
@Zaperex Since this will be running on Kubernetes clusters and not bare metal, would you be OK with just pointing to documentation for OpenShift, EKS, etc that details how to implement TLS on those specific providers? |
This issue is stale because it has been open 30 days with no activity. This project switched to Jira at https://issues.redhat.com/projects/RHIDP/ for issue tracking. If this issues is still relevant, please reopen it there. |
I believe the original intention of this issue was to document how to configure the entire backstage instance to utilize a custom SSL certificate store that contains root certificates of private CA Certificates. This was to avoid SSL self-signed certificate errors when making requests to internal resources that have private SSL certificates. I recall there was no I guess the Kubernetes distribution docs should be sufficient as long as we can tell them how to configure the backend to use the correct CaCerts and such. |
This issue is stale because it has been open 30 days with no activity. This project switched to Jira at https://issues.redhat.com/projects/RHIDP/ for issue tracking. If this issues is still relevant, please reopen it there. |
What do you want to improve?
We need documentation for configuring TLS for backstage. Many institutions and organizations have their own CA certification for traffic in their internal networks, and we need to document on how to configure backstage to recognize those as secure certifications (not self-signed).
What is the current documentation?
There is no documentation at the current time.
What is the new documentation?
Documentation on how to configure TLS for backstage.
The text was updated successfully, but these errors were encountered: