Summary of request
A Request to remove protectedMethods auth configuration in Lyric provider, and add new publicRead (default false).
Details
- Remove
protectedMethods from Lyric provider configuration
- Add
publicRead in Lyric provider configuration (default false).
- On
false it should protect every endpoint
- on
true it should open endpoints that reads data. (example: fetch submitted Data)
publicRead should be ignored when auth_enabled=false
- Update documentation accordingly
Summary of request
A Request to remove
protectedMethodsauth configuration in Lyric provider, and add newpublicRead(defaultfalse).Details
protectedMethodsfrom Lyric provider configurationpublicReadin Lyric provider configuration (defaultfalse).falseit should protect every endpointtrueit should open endpoints that reads data. (example: fetch submitted Data)publicReadshould be ignored whenauth_enabled=false