Authenticating an external service to use Concourse API #8275
-
|
Hello folks, I would like to create a service that could use Concourse API, to get the pipelines and their statuses. Thanks a lot ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
If you insist on not using fly, go-concourse may be the way to go. I am not aware of a example, but you could look at how fly login works and build something similar. But I think your request to "get the pipelines and their statuses" may be much simpler to achieve with e.g. |
Beta Was this translation helpful? Give feedback.
If you insist on not using fly, go-concourse may be the way to go. I am not aware of a example, but you could look at how fly login works and build something similar.
But I think your request to "get the pipelines and their statuses" may be much simpler to achieve with e.g.
fly builds --json.