Skip to content

Commit

Permalink
Merge pull request #78 from shiva-rakshith/status-apis-onboard
Browse files Browse the repository at this point in the history
feat: onboard status apis
  • Loading branch information
prasadmoka authored Jan 25, 2022
2 parents b8a609f + 780b56a commit fa000bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion api-gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spring:
- CachingRequestBodyFilter
- RegistryValidationFilter
predicates:
- Path=/v1/coverageeligibility/**, /v1/preauth/**, /v1/claim/**, /v1/paymentnotice/**
- Path=/v1/coverageeligibility/**, /v1/preauth/**, /v1/claim/**, /v1/paymentnotice/**, /v1/hcx/**

- id: hcx-api-route-audit
uri: ${HCX_API_BASEPATH:http://localhost:8080}
Expand Down
24 changes: 7 additions & 17 deletions api-gateway/src/main/resources/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,69 +8,59 @@ rbac:
paths:
- /v1/coverageeligibility/check
- /v1/preauth/submit
- /v1/preauth/search
- /v1/claim/submit
- /v1/claim/search
- /v1/paymentnotice/on_request
- /v1/paymentnotice/search
- /v1/hcx/status
- /v1/audit/search
- /participant/search
- /participant/update
- role: payor
paths:
- /v1/coverageeligibility/on_check
- /v1/preauth/on_submit
- /v1/preauth/on_search
- /v1/claim/on_submit
- /v1/claim/on_search
- /v1/paymentnotice/request
- /v1/paymentnotice/on_search
- /v1/hcx/on_status
- /v1/audit/search
- /participant/search
- /participant/update
- role: agency.tpa
paths:
- /v1/coverageeligibility/on_check
- /v1/preauth/on_submit
- /v1/preauth/on_search
- /v1/claim/on_submit
- /v1/claim/on_search
- /v1/paymentnotice/request
- /v1/paymentnotice/on_search
- /v1/hcx/on_status
- /v1/audit/search
- /participant/search
- /participant/update
- role: agency.regulator
pahts:
- /v1/claim/search
- /v1/hcx/status
- /v1/audit/search
- /participant/search
- /participant/update
- role: research
paths:
- /v1/coverageeligibility/on_check
- /v1/preauth/on_search
- /v1/claim/on_search
- /v1/hcx/status
- /v1/audit/search
- /participant/search
- /participant/update
- role: member.isnp
paths:
- /v1/coverageeligibility/on_check
- /v1/preauth/on_search
- /v1/claim/on_search
- /v1/hcx/status
- /v1/audit/search
- /participant/search
- /participant/update
- role: agency.sponsor
paths:
- /v1/coverageeligibility/on_check
- /v1/preauth/on_submit
- /v1/preauth/on_search
- /v1/claim/on_submit
- /v1/claim/on_search
- /v1/paymentnotice/request
- /v1/paymentnotice/on_search
- /v1/hcx/on_status
- /v1/audit/search
- /participant/search
- /participant/update
Expand Down

0 comments on commit fa000bb

Please sign in to comment.