Refactor auth-service to iam-service and update related configurations
- Renamed auth-service to iam-service across various files for consistency. - Updated deployment workflows, database migration scripts, and documentation to reflect the service name change. - Enhanced bilingual documentation for clarity on the new service structure and usage. - Removed outdated references to auth-service in scripts and configuration files to streamline the project structure.
This commit is contained in:
@@ -122,7 +122,7 @@ curl -X GET "http://localhost:4000/api/v1/rbac/permissions/check?resource=users&
|
||||
|
||||
```bash
|
||||
cd ../../deployments/local
|
||||
docker-compose up -d auth-service
|
||||
docker-compose up -d iam-service
|
||||
```
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
Reference in New Issue
Block a user