Skip to content
This repository was archived by the owner on Jan 25, 2020. It is now read-only.

articulate/authoritah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authoritah

Authoritah is a tool for managing Auth0 rules via declarative configuration.

Build Status

authoritah

Installation

Download the latest version for your platform (Linux, OSX).

Place binary somewhere on your path and set execution permissions (chmod +x authoritah).

Alternatively, we provide a Docker container for this executable which you can use.

The image will attempt to mount whatever volume you supply (-v) pointing to /auth0 as the point from which it will load the rules.yml config and rule script definitions. This will typically be the same directory you are running authoritah from.

docker pull articulate/authoritah
docker run --rm -ti -v $(pwd):/auth0 articulate/authoritah help

The help

  authoritah - Authoritah is a tool for managing Auth0 configuration via declarative configuration.

  Usage:
    authoritah [command] [arguments]

  Commands:
    apply [rules file]      # Applies config to an Auth0 instance
    config [cmd] [options]  # Set authoritah configuration options
    diff [rules file]       # Shows differences between existing ruleset and local config
    dump [rules file]       # Saves server ruleset to local file
    help [command]          # Help about any command.
    jwt [refresh]           # Generate a JWT or force a refresh of the token

  Flags:
    -h, --help  # Help for this command. default: 'false'.

Contributing

  1. Fork it ( https://github.com/plukevdh/authoritah/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • plukevdh Luke van der Hoeven - creator, maintainer

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors