-
Notifications
You must be signed in to change notification settings - Fork 24
On prem config
If you're using an Apigee Edge for Private Cloud installation, this topic will help you to configure an a127 account properly.
An a127 account is simply a file that contains information about a deployment target. So, for instance, if you wish to deploy to Apigee Edge, you'll need to create an a127 account that is configured for deploying to Edge.
If you are using an Edge cloud account, then most of the default parameters in the account creation script are sufficient. However, if you are deploying to an on-premises Edge installation, then this topic will help you.
You create an a127 account with the create
command:
a127 account create <give an account name>
For example:
```
a127 account create apigee-target-account
```
Inputs:
-
Provider: Select
apigee
-
Do you already have an account on apigee: Enter
Yes
-
Base URI: Enter the URI for the Edge management server for your on-prem installation.
a127 account create apigee-target-account [?] Provider? apigee [?] Do you already have an account on apigee? Yes [?] Base URI? https://api.enterprise.apigee.com [?] Organization? jdoe [?] User Id? [email protected] //Use email address [?] Password? ************** [?] Environment? test //Choose either test or prod. [?] Virtual Hosts? default,secure //Take the default Account apigee-target ===================== baseuri: 'https://api.enterprise.apigee.com' organization: jdoe username: [email protected] password: '******' environment: test virtualhosts: 'default,secure' provider: apigee [?] Create account service? No //--We do not need this yet. done
For more information on account creation, see the "Apigee-127 command-line reference".
Having Trouble? Try posting your question to the Apigee Community. Or, for more links and resources, check out our Help Page
Need help? Visit the Apigee Community ! |
---|
-
Getting started
-
Add policies to your API
-
Add security policies
-
Deploy your projects
-
Programmatic hooks
-
Good to know about
-
Deep dives
-
Reference topics
-
Troubleshooting and getting help
-
Related resources