-
Hello, Matt here! :)
One thing that would be amazing in Blurrily is the ability to hold multiple types and to optionally search by type:
So you would have code like:
client.put('London', 1337, 'Loc…
-
### Descrizione
Da commitente del prodotto, ho necessità di introdurre il concetto di "utenti che appartengono alla stessa organizzazione e che condividono le stesse configurazioni".
Gli utenti appart…
-
To ensure that the platform will be able to work with multiple database connections, configuration of the database should be enhanced so that an instance of the application will be able to access its …
-
[opensearch-dashboards@6ff45cb92152 ~]$ cat config/opensearch_dashboards.yml
server.port: 5601
opensearch.hosts: [https://localhost:92000]
opensearch.ssl.verificationMode: none
opensearch.usernam…
-
We need to introduce the ability to support multitenancy through index names. The way this is roughly expected to happen is certain indexers in a cluster will be responsible for dedicated indexes, whi…
-
-
I am trying to build multitenancy functionality, each tenant will have its own database.
Is this possible to create dynamically the connections using typegoose?
[In the documentation](https://kpf…
-
Need to update the Authorization package (https://github.com/tipoff/authorization) to include a "tenants" table with a default of main for the main site with Laravel Nova.
The tenants will not have…
-
Currently the conference demo states, it supports "a conference" or "the conference", but does not seem to be multi-tenant, e.g. think of DevoXX with multiple conferences in different countries or oth…
keilw updated
7 years ago
-
Came up in the context of #5274.
- right now, we ignore `admin` token coming from remote
- we might not even pass credentials to remote (check)
- requirement: app-based multitenancy works
See…