Hello.
While I'm successful using the API to get a template configuration, I'm
unable to retrieve a templates authorization configuration.
Works:
curl "$GOCD_URI/go/api/admin/templates/node_pr_001" -u
"${GOCD_USER}:${GOCD_PASS}" -H 'Accept:application/vnd.go.cd.v4+json'
Does not work:
curl "$GOCD_URI/go/api/admin/templates/node_pr_001/authorization" -u
"${GOCD_USER}:${GOCD_PASS}" -H 'Accept:application/vnd.go.cd.v4+json'
<html><body><h2>404 Not found</h2></body></html>
I'm using this with the credentials of a user marked as "system-admin" in
GoCD. This seems to have regardless of whether I use the original
credentials, or if I use a personal access token.
I'm using GoCD 19.6. Shouldn't a system-admin be able to do anything? Is
there something else I'm missing? The template name is correct and exists.
Thanks.
Doug
--
You received this message because you are subscribed to the Google Groups
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/go-cd/26e3e6c0-7c3b-4828-8933-7336f05badbd%40googlegroups.com.