-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pep plugin #10
Pep plugin #10
Conversation
cp -r kong-plugin-auth-endpoint-config-ishare/. plugin-dir/ | ||
cp -r kong-plugin-ngsi-ishare-policies/. plugin-dir/ | ||
cd plugin-dir/ | ||
luarocks install lua-fiware-lib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't this be extracted somehow of the dependencies in the rock manifests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't this be extracted somehow of the dependencies in the rock manifests?
It is in the release build, but there is no published version during the IT tests, thus I have to create them in-line(same as with pre-release).
* add kong keycloak plugin * log req * add keycloak plugin * another try * try direct * change versioning * try buster * remove the o * give package * a * try static linking * use static linking everywhere * fix version in test * test * run without kong * different plugin path * fix * add go plugins to release * add the d * fix it * use the i4trust image * improve logging * put cache on another level * fix duration * clean logging * add testing for keycloak pep * fix path * catch panic * fix some stuff * extend testing * go back to 0.0.1 * keyrock init * fix resource * try empty dir * add some wait * sleep a little * empty dir memory * less wait * remove secret * ignore removeal * try without readiness, liveness * add rm
No description provided.