microsoft / microsoft/AzureTRE
API sends REDACTED values to RP on install action
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Describe the bug
We had a few times where the API sent a REDACTED property value to the Resource Processor on install action.
This should probably cause an exception on the API side.
(And, be covered in unit tests which are yet to be completed for the pipeline mechanism).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the API's install action through the Resource Processor and pipeline mechanism to find where REDACTED property values are forwarded. Start with the existing pipeline unit tests, then add coverage showing the API rejects this value before sending it to the Resource Processor. Done means the exception behavior is covered by unit tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100