Skip to content

Commit

Permalink
things_to_devices (#726)
Browse files Browse the repository at this point in the history
* things_to_devices

* PR changes

* adapt deployment

* Sonar fix

* comment update

Co-authored-by: Ondrej Tomcik <ondrej.tomcik@outlook.com>
  • Loading branch information
PatrikMatiasko and ondrejtomcik authored May 16, 2022
1 parent 0437240 commit 1ae2916
Show file tree
Hide file tree
Showing 47 changed files with 28,311 additions and 3,756 deletions.
2 changes: 1 addition & 1 deletion charts/plgd-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ global:
| mockoauthserver.oauth[1].clientID | string | `"test"` | |
| mockoauthserver.oauth[1].clientSecret | string | `"test"` | |
| mockoauthserver.oauth[1].name | string | `"plgd.web"` | |
| mockoauthserver.oauth[1].redirectURL | string | `"{{ printf \"https://%s\" ( include \"plgd-hub.mockoauthserver.ingressDomain\" . ) }}/things"` | |
| mockoauthserver.oauth[1].redirectURL | string | `"{{ printf \"https://%s\" ( include \"plgd-hub.mockoauthserver.ingressDomain\" . ) }}/devices"` | |
| mockoauthserver.oauth[1].useInUi | bool | `true` | |
| mockoauthserver.podAnnotations | object | `{}` | Annotations for mock-oauth-server pod |
| mockoauthserver.podLabels | object | `{}` | Labels for http-gateway pod |
Expand Down
2 changes: 1 addition & 1 deletion charts/plgd-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ mockoauthserver:
- name: "plgd.web"
clientID: "test"
clientSecret: "test"
redirectURL: "{{ printf \"https://%s\" ( include \"plgd-hub.mockoauthserver.ingressDomain\" . ) }}/things"
redirectURL: "{{ printf \"https://%s\" ( include \"plgd-hub.mockoauthserver.ingressDomain\" . ) }}/devices"
useInUi: true

# -- Enable mock-oauth-server service
Expand Down
2 changes: 1 addition & 1 deletion coap-gateway/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ apis:
clientSecretFile: ""
scopes: []
audience: ""
redirectURL: "https://localhost/things"
redirectURL: "https://localhost/devices"
authority: ""
grantType: ""
http:
Expand Down
5 changes: 4 additions & 1 deletion http-gateway/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*

# public
/public/web_configuration.json
4 changes: 2 additions & 2 deletions http-gateway/web/i18n/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ msgstr "Services"
#. defaultMessage is:
#. Things
#: ./i18n/template.json
msgid "Things"
msgstr "Things"
msgid "Devices"
msgstr "Devices"

Loading

0 comments on commit 1ae2916

Please sign in to comment.