Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce immutability for incoming task document #142

Open
Ayush5120 opened this issue Mar 4, 2023 · 3 comments
Open

Enforce immutability for incoming task document #142

Ayush5120 opened this issue Mar 4, 2023 · 3 comments

Comments

@Ayush5120
Copy link
Contributor

The incoming task document serves as a log/reference to what the user sent, which is needed for accounting/audit purposes. Therefore, only the parts that are provided by the client should be immutable, and the outgoing request can be modified according to middleware configuration.

@uniqueg
Copy link
Member

uniqueg commented Mar 8, 2023

Isn't this already accounted for by #141, @Ayush5120? If so, you can close this issue.

@Ayush5120
Copy link
Contributor Author

No, as discussed this was supposed to be done once the naming issue was fixed and now I can see the naming of the TES task was fixed in #141 , will fix this soon in the upcoming Prs.

@uniqueg
Copy link
Member

uniqueg commented Mar 8, 2023

So you really wanna make it immutable. Nice. I like that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants