Admin Guide

Vertex Admin Guide

Configuration

To use the Vertex Power-Up, you will first need to register your Cortex with an email address using vertex.register:

> vertex.register [email protected]
Cortex e0a84bb0a3216e403b9cb7992e4f0e9e registered successfully, please log in to your account to validate.

You may also provide a human friendly --name argument to vertex.register for identifying the Cortex in your Vertex account:

> vertex.register [email protected] --name mycortex
WARNING: Cortex already has registration information. Use vertex.unregister to reset.

This will create an account at the Storm package repository if one does not already exist and send a magic link to the email address which can be used to log in. Attempting to register a Cortex which has already been registered will resend the magic link email if the Cortex registration has not already been confirmed by your account.

Permissions

Package (vertex) defines the following permissions:
vertex.pkgrepo.user              : Controls user access to Storm package repository commands. ( default: false )

You may add rules to users/roles directly from storm:

> auth.user.addrule visi vertex.pkgrepo.user
Added rule vertex.pkgrepo.user to user visi.

or:

> auth.role.addrule ninjas vertex.pkgrepo.user
Added rule vertex.pkgrepo.user to role ninjas.

Exported APIs

Vertex does not currently export any APIs.