-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add custom applicaton support (work in progress) #52
Conversation
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
==========================================
- Coverage 15.53% 10.88% -4.66%
==========================================
Files 70 69 -1
Lines 15246 15272 +26
==========================================
- Hits 2369 1662 -707
- Misses 12360 13354 +994
+ Partials 517 256 -261
Continue to review full report at Codecov.
|
@emmenko which permissions do we need to actually create a custom application. Retrieving works fine but when creating a new one I receive the following {"errors":[{"message":"Missing or invalid authentication token.","locations":[{"line":3,"column":4}],"path":["createProjectExtensionApplication"],"extensions":{"code":"UNAUTHENTICATED"}}],"data":{"createProjectExtensionApplication":null}} |
Hi @mvantellingen , thanks for taking over 🙏 To manage custom applications, you need an access token with the scope Let me know if you need any more assist. I'm also happy to review the PR if you need me to. |
FYI: we're planning to change some things about how you manage and register Custom Applications. The current API should stay for backwards compatibility, but there would be a new one. I'll get in touch once we have it in place. |
95b94e7
to
342ff0a
Compare
f650d44
to
c7d2465
Compare
c7d2465
to
84762d3
Compare
Hi @emmenko, I would like to take some steps to get the support in the terraform provider (we really need it for a couple of components we are creating). Is the new API already available? |
Custom apps can only be configured through the GraphQL instead |
Example usage::