There is a field
openAccess = false;
(https://github.com/tigase/tigase-http-api/blob/3a56abb9ddd191997b721493c6db836b85132f61/src/main/groovy/tigase/http/modules/rest/ApiKeyRepository.java#L44-L44)
which should have @ConfigField annotation as it was previously configurable (it was added in: https://github.com/tigase/tigase-http-api/commit/bf99b56bc1a8eaf00c09f4327fad901db042ed96#diff-8399906ba3252360f706e0bf53ebcfe510c94389400773bdaf50c7391fbe0615R91 and was configurable via setProperties() but given the switch it's not possible to configure it anymore).
@ConfigField
setProperties()
Field annoted, backported to stable, dependencies bumped in distribution.
There is a field
(https://github.com/tigase/tigase-http-api/blob/3a56abb9ddd191997b721493c6db836b85132f61/src/main/groovy/tigase/http/modules/rest/ApiKeyRepository.java#L44-L44)
which should have
@ConfigField
annotation as it was previously configurable (it was added in: https://github.com/tigase/tigase-http-api/commit/bf99b56bc1a8eaf00c09f4327fad901db042ed96#diff-8399906ba3252360f706e0bf53ebcfe510c94389400773bdaf50c7391fbe0615R91 and was configurable viasetProperties()
but given the switch it's not possible to configure it anymore).