You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
# Here is how we reference the local plugin repository in AMG standalone:
apiman.plugins.repositories=file:///${jboss.home.dir}/apiman/plugins/repository/
# And here is how we reference the local plugin *registry* (the json file):
apiman-manager.plugins.registries=file:///${jboss.server.config.dir}/amg-plugin-registry.json
# The manager uses the apiman.plugins.repositories property directly, but the gateway
# does not. Instead see below for the gateway config:
# When configuring the plugin registry (gateway config) we do this:
apiman-gateway.plugin-registry=io.apiman.gateway.engine.impl.DefaultPluginRegistry
apiman-gateway.plugin-registry.pluginsDir=${jboss.server.data.dir}/apiman/plugins
apiman-gateway.plugin-registry.pluginRepositories=${apiman.plugins.repositories}
The text was updated successfully, but these errors were encountered:
All the work referenced in https://issues.jboss.org/browse/APIMAN-1179 should be done on ipaas:
Add dependency to the plugins:
Unzip into the docker image and configure like
The text was updated successfully, but these errors were encountered: