When creating a policy, an error was thrown:
Which statement describes the fix for this issue?
When creating a policy, an error was thrown:
Which statement describes the fix for this issue?
The error indicates that 'write' is not a valid capability. According to the Vault policy documentation, 'create' is the correct capability for adding or updating data. Therefore, replacing 'write' with 'create' in the capabilities list will fix the issue.
Write is not a valid capability https://developer.hashicorp.com/vault/docs/concepts/policies#policy-syntax