Red Hat Integration - Service Registry
  • Preface
  • Installation
    • Setting Up Project
    • PostgreSQL Database Deployment
      • Install Crunchy Postgres for Kubernetes Operator
      • Deploy PostgreSQL Database
    • Service Registry Deployment
      • Install Service Registry Operator
      • Configuring Service Registry
  • Testing
    • Testing Service Registry
    • REST API Testing Using Postman
    • Performance Testing Using hey
  • Security
    • Securing Service Registry
    • Red Hat Single Sign-On Deployment
      • Installing Red Hat Single Sign-On Operator
      • Deploy Red Hat Single Sign-On
      • Create Keycloak Realm For Service Registry
    • Configuring Service Registry
      • Service Registry with HTTPS
      • Service Registry without HTTPS (less secure)
      • Configuring Service Registry
      • Enable HTTP Basic Authentication
      • Enable Annonymous Read Access
      • Enable Role-Based Authorization
    • Testing Secure Service Registry API
  • Client Application
    • Create SSO Client for Application
    • Kafka Client Application
  • Appendix
    • CRD References
    • Installation Helper Script
    • Service Registry & SSO Integration with Self-Signed Certificate
Powered by GitBook
On this page
  1. Security
  2. Configuring Service Registry

Service Registry with HTTPS

PreviousConfiguring Service RegistryNextService Registry without HTTPS (less secure)

Last updated 2 years ago

By default, Service Registry is installed without HTTPS configured for its Route as a screenshot below. You can create new or update existing route with HTTPS to expose an HTTPS edge-terminated route for connections from outside the OpenShift cluster.

Note. In case you've already configured Service Registry route with HTTPS, you can skip below steps and jump to directly then use the SSO's HTTPS route to configure Service Registry.

  1. Go to Networking -> Routes then click on Create Route button.

  2. Click Edit YAML link. Then copy the content in file and paste into the editor. Update the host attribute value in this format registry-<NAMESPACE>.apps.<CLUSTER_DOMAIN> or whatever you need as long as it's valid DNS. Then click on Create button.

  3. A new Service Registry Route with HTTPS should be created. Click on the URL link to open Service Registry web console.

this section
service-registry-route.yaml
Service Registry Authn & Authz
Service Registry Authn & Authz
Service Registry Authn & Authz
Service Registry Authn & Authz