hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
281 stars 124 forks source link

Replace api-permission.properites with empty files #13275

Open netopyr opened 4 months ago

netopyr commented 4 months ago

Similar to what we did with application.properties files, we can probably also replace the uploaded api-permission.properties file with an empty file, because all defaults are set in code.

We should try if the HAPI tests succeed with an empty api-permission.properties file. If they succeed, we can clear all api-permission.properties files that contain the default values.

netopyr commented 3 months ago

We should resolve all issues we encountered when using an empty config file before starting this.