Open jmischler72 opened 3 weeks ago
When calling the api with
curl -X 'GET' \ 'https://your-domain/api/project.all' \ -H 'accept: application/json' -H 'Authorization: Bearer <token>'
The response provides the column password with the password of the docker registry, it shouldnt be sent
Dokploy Version: v0.10.7
Application
It seems that in the server/src/services/application.ts, the findApplicationById is configured with:
findApplicationById
{ project: true, domains: true, deployments: true, mounts: true, redirects: true, security: true, ports: true, registry: true, gitlab: true, github: true, bitbucket: true, server: true, },
I think the registry part should hide the column password
To Reproduce
When calling the api with
Current vs. Expected behavior
The response provides the column password with the password of the docker registry, it shouldnt be sent
Provide environment information
Which area(s) are affected? (Select all that apply)
Application
Additional context
It seems that in the server/src/services/application.ts, the
findApplicationById
is configured with:I think the registry part should hide the column password