Adsense

Showing posts with label Anypoint. Show all posts
Showing posts with label Anypoint. Show all posts

November 24, 2019

Access Anypoint Platform in Anypoint Studio

Issue:

You can not access Anypoint Platform after configuring External Identity in Anypoint Studio.


Reason:

One of most common issues is the wrong Organization Domain configuration.


HowTo:

Please follow below steps to validate if the Organization domain is properly configured:

Open Anypoint Studio
Go to Window -->Preferences --> Anypoint Studio --> Authentication --> Add Button


Authentication Tab

 
Now click on Configure --> Select External Identity

Provide your valid Organisation domain --> Select OK
Please validate your Organization domain field. The value must be your valid Organization domain.



add external identity


Once validated you can login your Anypoint Account with your user-id and password. You also can configure expires days.

Finally select Apply and Close button.


Happy Learning :)
Read More »

November 20, 2019

Configure Git plugin in Anypoint Studio

Objective

How to install Git plugin in Anypoint studio. 
The installation advantage of git plugin to Anypoint studio that you can do following things through AnypointStudio:


  • You can clone a existing Git repository.
  • Checkin your code to git repositories
  • Create a git repositories and many more...


Steps to Install Git Plugin to AnypointStudio

1. Go to http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F,  and copy the "p2 repository URL"  for the Eclipse version you are using (or select the closest version to what you have installed)

2. In Studio, click the Help menu --> select Install New Software…


3. In the Work with field of the Available Software panel, click on Add button, and add a New name and the URL copied. Click ok


4. Select Git integration for Eclipse, and continue installation as normal.



install-git-plugin



After Installation you will need to restart your AnypointStudio and then you will find your Git plugin perspective. You can get from the quick search option as below:


git-perspective


or from Menu Bar
Window--> Perspective--> Open Perspective --> Other--> Select Git:


window-git-perspective



Happy Learning :)

Read More »

October 03, 2019

Install Anypoint Security Suite

Goal: In this article we will see how to install Anypoint security suite through AnypointStudio and we will get to know what we can achieve after installing this security suite. This feature doesn't comes with AnypointStudio downloaded version.

Anypoint Enterprise Security is a collection of security features that enforce secure access to information in Mule applications. 


Anypoint Enterprise Security suite helps application developers to develop security solutions as per security requirements, prevent security breaches and facilitate authorized access to data. The following security features bridge gaps between trust boundaries in applications:



  • Mule Secure Token Service (STS) OAuth 2.0 Provider
  • Mule Credentials Vault
  • Mule Message Encryption Processor
  • Mule Digital Signature Processor
  • Mule Filter Processor
  • Mule CRC32 Processor



Steps to install Anypoint Security Suite



Step 1: Open Anypoint Studio -> Go to Help -> Select Install New Software



Anypoint Install New Software



Step 2: Click the Add button and it will open a window

Provide Name as: Anypoint Enterprise Security


Location as: http://security-update-site-1.4.s3.amazonaws.com


Click OK



Anypoint Available Software





Step 3: Go to the Work With drop down


Now you can see Anypoint Enterprise Security - http://security-update-site-1.4.s3.amazonaws.com in the dropdown list. Select it and select the Premium checkbox -> click Next



Select Available Software Anypoint






Check for available software



Again click Next, accept the ‘terms of license agreement’ and then click Finish.

Anypoint Install review license



Step 4: Restart AnypointStudio.

Now you will be able to use the security features given above.

Happy Learning :)

Read More »

September 25, 2019

Update Anypoint Studio version

This article is for updating your AnypointStudio Version and Syncup with the latest studio release without a fresh download from Mulesoft anypoint studio site.


There are following benefits:


  • We do not need to do a fresh studio download to continue our development.
  • Whatever the existing plugins you have added previously, you do not need to install it again. It will be available after restart.

Steps for updating your AnypointStudio version:


Go to Help--> Select About Anypoint Studio




About Anypoint Studio


Click on Installation Details


Anypoint Studio Version



Select Anypoint Studio and click Update Button


Anypoint Installation Details



Click Next


Anypoint-Update-Remediation-Page

Click Next


Anypoint-Update-Details


Accept licence agreements and click finish


Accept-License


Wait to finish the Update and it will ask for restart--> Click restart now

Anypoint Installation Progress

Restart AnypointStudio


Once your AnypointStudio restarts you will get the updated studio version

AnypointStudio Version Updated



Also you will find the existing plugin there as you can see here it has git plugin after restart Anypoint Studio

AnyPoint Perspective


Happy Learning :)

Read More »