Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which IDE to use for Opa programming and how to host Opa code?

Tags:

ide

hosting

opa

I am Dot Net developer and would like to try using Opa, my questions are:

  1. What's a good IDE to use?
  2. How to host Opa code?
like image 479
user1183021 Avatar asked Feb 01 '12 15:02

user1183021


People also ask

What is OPA in software?

The Open Policy Agent (OPA, pronounced “oh-pa”) is an open source, general-purpose policy engine that unifies policy enforcement across the stack. OPA provides a high-level declarative language that lets you specify policy as code and simple APIs to offload policy decision-making from your software.

Is Opa written in Go?

OPA is written in the Go language and its source code is available on GitHub under the Apache License 2.0. The Open Policy Agent project is hosted by CNCF as an incubating project.

Where is open policy agent used?

General-purpose – OPA can be used to express policies and rules against arbitrary structured data (JSON, YAML, etc.) Common use cases include application and microservice authorization, Kubernetes admission control, infrastructure policies and configuration management.


2 Answers

You can use Sublime Text. The plugin is here.

like image 116
Henri Avatar answered Oct 17 '22 10:10

Henri


Concerning IDE, check here. Options are a bit limited at the moment but we hope to make some progress on the Eclipse IDE -- you can drop a comment in the manual with a wishlist for an IDE :).

How to host? You can try DotCloud or Amazon Web Services.

like image 42
akoprowski Avatar answered Oct 17 '22 09:10

akoprowski