Distinguishing between national and local T7 CDA deployments #806
Replies: 1 comment 8 replies
-
There's a forth option for this that may be more appropriate. The context definitely determines if district or national but if you're looking for can I authenticate the best solution is to look at the Security Schemes defined in the open api definition. Though I did just realize the current national instance is incorrect as it lists CWMS AAA when it should list none, but that I think is the correct solution for determine the level of access. Per instance the Security Schemes should be defined correctly. I was planning to correct some of our design decisions about the AccessManager when I get back and can address the actual API output at that time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The CAVI is looking to add a feature that converts JDBC/Oracle extract groups to CDA extract groups. One of the interface options could be to convert to a national or local instance of CDA. On top of that it would be useful to be able to convert a local instance CDA to a national one. This brings up the question of how to determine national vs local.
Some options in order of most to least robust:
cwms-data
means national, otherwise localBeta Was this translation helpful? Give feedback.
All reactions