Configure a Cloud Credential
Add your provider keys and your Namirasoft applications can connect to AWS, Azure, or GCP.
The steps below show you how to get and enter each one.
Choose your cloud provider to see its setup steps:
Step 1: Choose Azure and Name the Credential
- Open the Namirasoft Credential Console and select Cloud → Azure → Create.
- Type a Name so you can find the credential later.
Step 2: Enter the Tenant ID and Client ID
- These are the two IDs Azure gives your registered app: the Tenant ID (your directory) and the Client ID (your app).
- How do I find my Tenant ID and Client ID?
- Type them into the Tenant ID and Client ID fields.
Step 3: Enter the Client Password
- This is the secret your application signs in with.
- How do I create a Client Password?
- Type it into the Client Password field.
Step 4: Add a Description and Save
- Optionally note what the credential is for in the Description field.
- Click Apply to save.
Step 1: Choose AWS and Name the Credential
- Open the Namirasoft Credential Console and select Cloud → AWS → Create.
- Type a Name so you can find the credential later.
Step 2: Enter the Access Key and Secret Key
- The two keys AWS issues for your IAM user: the Access Key (public identifier) and the Secret Key (private, shown only once).
- How do I create my AWS access keys?
- Type them into the Access Key and Secret Key fields.
Step 3: Add a Description and Save
- Optionally note what the credential is for in the Description field.
- Click Apply to save.
Step 1: Choose GCP and Name the Credential
- Open the Namirasoft Credential Console and select Cloud → GCP → Create.
- Type a Name so you can find the credential later.
Step 2: Enter the Credentials (JSON)
- Your service account key in JSON format, with fields like project_id, private_key, and client_email.
- How do I get my service account key?
- Paste the full JSON into the Credentials field as plain text (there is no file upload).
Step 3: Add a Description and Save
- Optionally note what the credential is for in the Description field.
- Click Apply to save.
Cloud FAQs
Answers to common questions about setting up cloud credentials.
1. Do I need a separate credential for each account or subscription?
Each cloud credential covers a single account, so you create a separate one for each AWS account, Azure subscription, or GCP project.
2. What happens when I rotate my cloud keys?
You update the credential with the new keys, and every authorized application uses them automatically.