Find a better name for "infrastructure service" #1718
Replies: 2 comments 3 replies
-
I like |
Beta Was this translation helpful? Give feedback.
-
I do no longer agree to the part about "artifact repository". There was a paradigm shift, to no longer define Infrastructure Services in the UI or using the REST API, but instead define them in a .ort.env.yml file in the user's source code repository. This approach has many benefits. We already in the UI have stripped the functionality down to generate the information into a "Netrc file" and a "Git Credentials file" only. Proposal:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The
InfrastructureService
class is a combination of a service URL and credentials used to access the service. Service in this context means something like a Git repository host, or an artifact repository.To me the name "infrastructure" is a bit confusing, because it makes me think of deployment infrastructure and it does not really add anything to just calling it "service". Also, the name does not give a hint that it includes also credentials for that service.
Therefore, I would propose to find a clearer name for this, for example,
ServiceConnection
. It would be interesting to learn what others think about this.Beta Was this translation helpful? Give feedback.
All reactions