Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update permission groups in profiles #145

Merged
merged 3 commits into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    b12aec5 View commit details
    Browse the repository at this point in the history
  2. Script to generate permission policies

    This script enumerates permission policies from Cloudflare's API and then writes them to a format that can be copy & pasted into `add.go` in this project.
    
    It's a bit ugly, it has a bunch of duplication and could be done better, but it gets the job done.
    
    In future, it might be nice for the policies to be externalized into their own files (toml or whatever) that can easily be updated, rather than having to copy/paste sections into a file.
    simpson-ross committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8efdcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    301302e View commit details
    Browse the repository at this point in the history