Skip to content

Commit

Permalink
feat(Resource Controller): add service to project (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Vega <jorge.vega6@upr.edu>
  • Loading branch information
padamstx and jorge-vega6 committed Jul 16, 2020
1 parent 74cf58c commit b8739d8
Show file tree
Hide file tree
Showing 7 changed files with 9,032 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ before_install:
&& openssl aes-256-cbc -K $encrypted_6eaa1fc94541_key -iv $encrypted_6eaa1fc94541_iv -in catalog_mgmt.env.enc -out catalog_mgmt.env -d
&& openssl aes-256-cbc -K $encrypted_dac53b985913_key -iv $encrypted_dac53b985913_iv -in case_management.env.enc -out case_management.env -d
&& openssl aes-256-cbc -K $encrypted_9b829ae06290_key -iv $encrypted_9b829ae06290_iv -in open_service_broker.env.enc -out open_service_broker.env -d
&& openssl aes-256-cbc -K $encrypted_52c952caa7dd_key -iv $encrypted_52c952caa7dd_iv -in resource_controller.env.enc -out resource_controller.env -d
|| true
# && openssl aes-256-cbc -K $encrypted_25d847003bcf_key -iv $encrypted_25d847003bcf_iv -in enterprise-management.env.enc -out enterprise-management.env -d
# && openssl aes-256-cbc -K $encrypted_acd9ca9788e3_key -iv $encrypted_acd9ca9788e3_iv -in resource_manager.env.enc -out resource_manager.env -d

# && openssl aes-256-cbc -K $encrypted_52c952caa7dd_key -iv $encrypted_52c952caa7dd_iv -in resource_controller.env.enc -out resource_controller.env -d

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Service Name | Package name
[Global Search](https://cloud.ibm.com/apidocs/search) | globalsearchv2
[Global Tagging](https://cloud.ibm.com/apidocs/tagging) | globaltaggingv1
[IAM Access Groups](https://cloud.ibm.com/apidocs/iam-access-groups) | iamaccessgroupsv2
[Resource Controller](https://cloud.ibm.com/apidocs/resource-controller/resource-controller) | resourcecontrollerv2
[IAM Policy Managemenet](https://cloud.ibm.com/apidocs/iam-policy-management) | iampolicymanagementv1
[Open Service Broker](https://cloud.ibm.com/apidocs/resource-controller/ibm-cloud-osb-api) | openservicebrokerv1
[Resource Manager](https://cloud.ibm.com/apidocs/resource-controller/resource-manager) | resourcemanagerv2
Expand Down
Binary file added resource_controller.env.enc
Binary file not shown.

0 comments on commit b8739d8

Please sign in to comment.