carbon-api | WIP node server to generate images | Runtime Evironment library
kandi X-RAY | carbon-api Summary
kandi X-RAY | carbon-api Summary
a WIP node server to generate images programatically from the carbon service.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of carbon-api
carbon-api Key Features
carbon-api Examples and Code Snippets
Community Discussions
Trending Discussions on carbon-api
QUESTION
I want to change the UI of the wso2 API manager.
I use product-am v3.0.0, carbon-apimgt v6.5.349, and nexus.
I'm add a
I change the default repository to myrepo.com and added configuration below:
...ANSWER
Answered 2019-Dec-02 at 05:09dh
API Manager 3.x UIs has two levels of customizations, in the basic level, You can change the UI themeing via defaulttheme.js
file, which does not require to re-build the web app to make the changes effect. The limitation in this method is, You can only change the theming parameters which are pre-defined in the theme file. But still, there are quite a lot of theming capabilities in it.
The defaultTheme.js
file in API Manager 3.0.0 is an extension of the Material-UI default theme file, Hence you can apply any customization which is allowed in material-ui theme structure.
In the second level customization or advanced customization, you can customize the behavior of the web app by overriding the React JS implementation. We have developed a webpack plugin to override the default React component implementation with extended or custom implementation when the user decided to add customization to their app. You can find the documentation for this advance customization here.
And also please note:
Modified the default React component implementation in the web apps are not recommended. By doing so it will be difficult to update the server through wso2 update manager (WUM), So that our recommendation is to use any of the above customization methods to customize the web apps according to your need.
QUESTION
Using WSO2AM-2.6.0 with group application sharing
When application group sharing is enabled
...ANSWER
Answered 2018-Nov-27 at 14:03This seems to be fixed in the development branch.
https://github.com/wso2/carbon-apimgt/pull/5841/files
Edit: Seems that fix is not what we need here. New fix is added.
QUESTION
I am testing out the pre-release version 3.0 of wso2 API-M with the generic admin/admin credentials and want to invoke the various publisher apis at http://wso2.github.io/carbon-apimgt/apis/publisher/v1.0/ - e.g. creating a new api.
All of these apis take oauth access tokens, however in their documentation I only see the oauth2 scope for them noted, but I don't see how to generate the access token to pass in the api request.
It is clear how to generate oauth tokens for apis and apps already created in wso2 store/publisher, but I have not been able to find how to generate the oauth token for the higher-level product apis at https://docs.wso2.com/display/AM300/Product+APIs.
I know earlier versions of wso2 had the "carbon" endpoint with the admin and identity server UI which maybe helped with this, but this new version doesn't have that endpoint and the "admin" endpoint I stumbled across doesn't yield anything related to oauth tokens. Any ideas how to get the oauth credentials to invoke these apis? Thanks.
...ANSWER
Answered 2018-Mar-15 at 05:52You need to do the following.
Using DCR endpoint, create an oauth app and generate client key and secret.
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" --data @payload.json https://localhost:9443/api/identity/oauth2/dcr/v1.0/register -kv
payload.json content
QUESTION
We have an WSO2 APIM deployment (2.0.0) behind some proxy servers. When creating an application or generating an access token from the store we've got a following exception:
...ANSWER
Answered 2017-May-30 at 14:30Make sure you configure revoke url properly in api-manager.xml
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install carbon-api
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page