public void componentAllowed(String subdomain, ExternalComponentConfiguration configuration)
     throws ModificationNotAllowedException {
   if (subdomain.startsWith("clearspace")) {
     updateClearspaceSharedSecret(configuration.getSecret());
   }
 }