Terraform modules used for E2E testing of the Plugins
The terraform modules provided are:
./tokens
: Creates Vault/OpenBao Entities, authenticates them using userpass backend and outputs tokens../gateplane-mock
: Mounts themock
plugin, that provides all approval-based functionality for testing.
This project is licensed under the Elastic License v2.
This means:
- ✅ You can use, fork, and modify it for yourself or within your company.
- ✅ You can submit pull requests and redistribute modified versions (with the license attached).
- ❌ You may not sell it, offer it as a paid product, or use it in a hosted service (e.g., SaaS).
- ❌ You may not re-license it under a different license.
In short: You can use and extend the code freely, privately or inside your business - just don’t build a business around it without our permission. This FAQ by Elastic greatly summarizes things.
See the ./LICENSES/Elastic-2.0.txt
file for full details.