magistrala
magistrala copied to clipboard
Industrial IoT Messaging and Device Management Platform
Check for improvement in the organization of workflow files and silent failures in pipelines.
### Is your feature request related to a problem? Please describe. Certs need to renewed peroidcially, It is done by certs service function named `LoginAndRenew` ### Describe the feature you...
New Auth will be implemented as per this ticket https://github.com/absmach/magistrala/issues/2456 New Auth breaks most of the unit test. These test should be rewritten.
### Is your feature request related to a problem? Please describe. 1. In Magistrala , uses Google's Zanzibar open source implementation SpiceDB for Authorization. In SpiceDB , requires to define...
### Is your feature request related to a problem? Please describe. When using PAT this is the best approach to get Domain ID for authorization. Also this approach will be...
### What were you trying to achieve? Resend an invitation to a user who rejected an invitation. ### What are the expected results? The invitation should be sent to the...
### Is your feature request related to a problem? Please describe. This is not related to any practical problem. ### Describe the feature you are requesting, as well as the...
### Is your feature request related to a problem? Please describe. There is no way to delete a domain ### Describe the feature you are requesting, as well as the...
### Is your feature request related to a problem? Please describe. Related to issue #2028 ### Describe the feature you are requesting, as well as the possible use case(s) for...
At present, service access the SpiceDB via Auth gRPC client. Idea here is that , service should use PolicyCRUD wrapper , service should use function in PolicyCRUD wrapper for all...