-
This we removed with the rewrite in go. The setup command in service.yml should be remove from documentation and the examples apps.
-
> When adding features to an Exosphere application
I want to be able to scaffold new services based on templates defined by the tech lead
So that I can get started quickly with the correct service s…
kevgo updated
7 years ago
-
will be passed in as an env variable
FULL - default
HIDE_LARGE_PAYLOAD - trims payloads to 200 character and then add ellipsis
-
authentication service, session service, frontend bridge service
-
-
Wraps exorelay to provide an interface where the user defines a single function which takes in a message to authorize and a function to make a data request. The function returns a boolean (possibly in…
-
Should retain the `isSecurity` flag when responding to messages (similar to sessionId)
-
Update it to use channels instead of callbacks. The function would most likely not accept callbacks and instead would return three channels (one for messages, one for errors, one for disconnect)
-
```gherkin
Feature: Security Adapter
Rules:
- A service with the role security does not define sends/recieves.
They are automatically:
"receives": ["authorize message"]
…
-
Builds upon #231
```gherkin
Feature: Security Adapter
Rules:
- A service with the role security does not define sends/recieves.
They are automatically:
"receives": ["aut…