Skip to content

Makeen plugin for managing AWS and Azure virtual machines

License

Notifications You must be signed in to change notification settings

makeen-project/makeen-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makeen-vm

Makeen plugin for managing AWS and Azure virtual machines.

The plugin requires the following options to be passed during registration:

{
  "auth": false,
  "awsCredentials": {
    "apiVersion": "",
    "region": "",
    "accessKeyId": "",
    "secretAccessKey": ""
  },
  "azureCredentials": {
    "key": "",
    "appId": "",
    "tenantId": "",
    "subscriptionId": "",
    "user": "",
    "password": ""
  }
}

If aws or azure field is missing altogether then the respective cloud provider is skipped.

auth option is false by default making the endpoints bublic. In order to secure them and add authorization you can switch tojwt.

If proper credentials are being past then the plugin will expose REST endpoints to list, start and stop cloud (AWS and Azure) virtual machines:

About

Makeen plugin for managing AWS and Azure virtual machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published