Stream: hapi
Topic: modify OperationOutcome then using RuleBuilder
Eric Wündisch (Mar 10 2022 at 11:27):
Hi iam currently implementing an auth interceptor everything is fine but i want to modify the OperationOutcome and add some details aspecially then sing the hapi rulebuilder. Another strange thing i cant edit is that in my reponse object by using a rulebuilder leads to an deny is a diagnostic with something like this "diagnostics": "HAPI-0333: Access denied by rule". How can i change this. Do i need to extend the Rulebuilder and overwrite some functions ? Anyone face the same problem?
Last updated: Apr 12 2022 at 19:14 UTC