Another typo in "Lab-Implement ABAC policy" - question #3

I am instructed to “Create a JSON file named abac-policy.json” with some specific details, but in the last line it says: Policy path: /etc/kubernetes/abac/abac-policy.jsonl.
Then the grader question is:
Does the abac-policy.json file contain the correct user?

So what extension does the file should have?

Following some search on the internet, the extension should be .json and not .jsonl .
Because of that, the grader script fails question #5

Please fix it
thanks

The error is the name of the file – yes, it actually is /etc/kubernetes/abac/abac-policy.jsonl. Take a look at the Solution tab for the step of the lab, and see the link referenced there.

Ah so the grader check should be fixed as well because it’s looking for a .json file in the path

Hi @camelel,

Sorry for the confusion. The correct file name is abac-policy.jsonl.
The team has fixed it.