mm-iam

command
v0.0.0-...-3b0daf1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2024 License: MIT Imports: 15 Imported by: 0

README

Plugin: mm-iam

This plugin get information from aws iam service

Config

Configuration settings for mist-miner

plug "mm-iam" "GROUP_NAME" {
    authenticator = {
        profile = "aws profile name for accessing aws account"
    }
    equipment "user" "sshPublicKey" {
        attributes = {
            # TODO: not implemented yet
            encoding = "SSH | PEM" 
        }
    }
    equipment "policies" "list" {
        attributes = {
            # The scope of the policy to mine for. Can be Local (default), AWS, or All.
            scope = "Local (default) | AWS | All"
        }
    }
    equipment "virtualMFADevices" "mine" {
        attributes = {
            # The status of the virtual MFA device to mine for. 
            # Can be Any (default), Assigned, or Unassigned.
            assignmentStatus = "Any (default) | Assigned | Unassigned"
        }
    }
}

Building plugin

go build -o /path/to/mist-miner/plugins/bin/mm-iam .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL