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 d9ea780f472c918fb81daa20db87443d 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
Cortex d9ea780f472c918fb81daa20db87443d registered successfully, please log in to your account to validate.

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.

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

> auth.user.addrule visi vertex.pkgrepo.user
User (visi) added rule: vertex.pkgrepo.user

or:

> auth.role.addrule ninjas vertex.pkgrepo.user
Role (ninjas) added rule: vertex.pkgrepo.user

Exported APIs

Vertex does not currently export any APIs.