Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeployedBy and DeployedByID properties have no effect when creating a new Deployment #740

Open
Cirzen opened this issue Apr 25, 2023 · 0 comments

Comments

@Cirzen
Copy link

Cirzen commented Apr 25, 2023

Within the DeploymentResource object, the DeployedBy and DeployedByID properties both have public getters and setters.
However, setting these values has no effect on the resulting object returned from the API, they always switch back to (I'm assuming) the user whose API key has been used.
This was causing us an issue when creating child deployments: a user created the parent deployment which was stamped with their login details, but as a service account is used to create the child deployments, it is difficult to determine who launched them when reviewing logs.
If these properties have no effect on the resultant deployment resource, they should be labelled "Output Only" or similar, or have the setters made private.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant