Skip to content

Commit

Permalink
Remove now-non-functioning refs to private ModusBox repos etc. (#1)
Browse files Browse the repository at this point in the history
* Remove now-non-functioning refs to private ModusBox repos etc.

* Version bump
  • Loading branch information
partiallyordered authored Jul 22, 2021
1 parent b1396bb commit ba1ab9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ npm run test
See regions with `doctl compute region list`.
3. Minikube. The author cannot speak to this solution.
4. Don't bother, instead push your changes to a branch and check out the result of the
![integration test run](https://github.com/modusintegration/wso2is-populate/actions)
![integration test run](https://github.com/mojaloop/wso2is-populate/actions)
2. If your cluster is well-supported by Skaffold (such as `k3d`, perhaps Minikube?), your image
will be built and pushed direct to the cluster nodes when you run:
Expand Down Expand Up @@ -129,7 +129,7 @@ skaffold run -d your-registry.io --force
context: /your/local/path/to/local/clone/of/finance-portal-backend-service
docker:
dockerfile: Dockerfile
- image: ghcr.io/modusintegration/wso2is-populate
- image: ghcr.io/mojaloop/wso2is-populate
docker:
dockerfile: Dockerfile
```
Expand Down
2 changes: 1 addition & 1 deletion integration_test/manifests/wso2is-populate/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
spec:
containers:
- name: job
image: ghcr.io/modusintegration/wso2is-populate:latest
image: ghcr.io/mojaloop/wso2is-populate:latest
restartPolicy: OnFailure
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wso2is-populate",
"version": "2.0.3",
"version": "2.0.4",
"description": "A standalone script that can be used as a wrapper around an WSO2 Identity Server in order to import users and roles into it.",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: wso-is-populate
build:
artifacts:
- image: ghcr.io/modusintegration/wso2is-populate
- image: ghcr.io/mojaloop/wso2is-populate
docker:
dockerfile: Dockerfile
deploy:
Expand Down
4 changes: 2 additions & 2 deletions src/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const getToken = async ({
* Create a WSO2 application, otherwise known as a service provider.
*
* The created application will be configured to use OAuth2 inbound authentication as per the steps
* here: https://github.com/modusintegration/finance-portal-settlements/tree/8d489300b0f31031059f538c5b486fc90b57ccf7#run-services.
* here: https://github.com/mojaloop/finance-portal-v2-ui/tree/8d489300b0f31031059f538c5b486fc90b57ccf7#run-services.
* Note that this function should make that documentation redundant, therefore it will likely be
* removed.
*
Expand Down Expand Up @@ -222,7 +222,7 @@ const getApplication = async ({
* with createOAuth2ServiceProvider above.
*
* The created users will be configured to use OAuth2 inbound authentication as per the steps here:
* https://github.com/modusintegration/finance-portal-settlements/tree/8d489300b0f31031059f538c5b486fc90b57ccf7#run-services.
* here: https://github.com/mojaloop/finance-portal-v2-ui/tree/8d489300b0f31031059f538c5b486fc90b57ccf7#run-services.
* Note that this function should make that documentation redundant, therefore it will likely be
* removed.
*
Expand Down

0 comments on commit ba1ab9e

Please sign in to comment.