I tried implementing the HTTPS APIs section of the OPA. I was able to send the PUT & GET request and successfully receive response. Then I went through the shell of the container but wasn't able to find where exactly the data/policy is stored. Where is the data/policy stored in OPA?
By default, only in memory. See the disk storage capability of recent OPA versions if you prefer storing on disk.