hongbo-miao/hongbomiao.com

View on GitHub
kubernetes/data/postgres/opa_db/queries/query_by_client_name.sql

Summary

Maintainability
Test Coverage
select role, allow
from role
where opal_client_id = (
  select opal_client_id from opal_client where client_name = 'hm-opal-client'
);