Uploaded image for project: 'RH Developer Hub Planning'
  1. RH Developer Hub Planning
  2. RHDHPLAN-155

Support direct connection to Google Cloud SQL

Prepare for Z ReleasePrepare Test Plan (Y R...XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • RBAC Plugin
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      🔖 Feature description

      Backstage supports this connection type as mentioned here:
      https://backstage.io/docs/releases/v1.34.0/#direct-google-cloudsql-postgres-support

      Meanwhile, @backstage-community/plugin-rbac-backend doesn't currently support connecting using IAM authentication with Cloud SQL connector as shown here:

       adapter = await TypeORMAdapter.newAdapter({ 
         type: 'postgres', 
         host: databaseConfig?.getString('connection.host'), 
         port: databaseConfig?.getNumber('connection.port'), 
         username: databaseConfig?.getString('connection.user'), 
         password: databaseConfig?.getString('connection.password'), 
         ssl, 
         database: dbName, 
         schema: schema, 
         poolSize: databaseConfig?.getOptionalNumber('knexConfig.pool.max'), 
       }); 
      

      Community plugins issue 4226

       
       

              Unassigned Unassigned
              rh-ee-dzemanov Dominika Zemanovicova
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: