Releases: wso2/openfgc
Releases · wso2/openfgc
Consent Server v0.2.0
What's Changed
- Update the API swagger with correct tags by @hasithakn in #17
- Add SQLite Support by @ThaminduDilshan in #23
- Add PostgreSQL Support by @ThaminduDilshan in #26
- Add support to deploy the service in choreo by @anjuchamantha in #29
- [main] Update the API swagger with correct tags by @hasithakn in #21
- Update GitHub release workflow to skip version bump by @hasithakn in #31
- Make db type configurable with env variable by @anjuchamantha in #32
- Update default port in API swagger by @hasithakn in #34
New Contributors
- @ThaminduDilshan made their first contribution in #23
- @anjuchamantha made their first contribution in #29
Full Changelog: v0.1.0...v0.2.0
⚡ Quickstart
Download and Run
- Download the distribution for your platform:
| OS | Architecture | Download |
|---|---|---|
| 🍎 macOS | ARM64 (Apple Silicon) | consent-server-0.2.0-macos-arm64.zip |
| 🍎 macOS | x64 (Intel) | consent-server-0.2.0-macos-x64.zip |
| 🐧 Linux | x64 | consent-server-0.2.0-linux-x64.zip |
| 🐧 Linux | ARM64 | consent-server-0.2.0-linux-arm64.zip |
| 🪟 Windows | x64 | consent-server-0.2.0-win-x64.zip |
- Unzip and navigate into the directory:
unzip consent-server-0.2.0-<os>-<arch>.zip
cd consent-server-0.2.0-<os>-<arch>/- Start the server:
./start.shOn Windows use
start.shvia Git Bash or WSL.
Configuration
The server configuration is located at repository/conf/deployment.yaml.
Update the database connection settings before starting the server.
Database
SQL scripts to initialize the database schema are in the dbscripts/ directory.
📖 Refer to the README for full configuration and API documentation.
Consent Server v0.1.0
What's Changed
- [v0.5.0] Initial commit: Open Fine-grained Consent Management API by @hasithakn in #2
- [v0.5.0] Readme, swagger and tests improvements by @hasithakn in #3
- [v0.5.0] Improve server start and exit logs by @hasithakn in #5
- Readme and Log improvements by @nirmal070125 in #6
- Init PR: Open Fine-grained Consent Management API by @hasithakn in #9
- Initial commit: Open Fine-grained Consent Management API by @hasithakn in #8
- Add GitHub release workflow by @hasithakn in #20
New Contributors
- @nirmal070125 made their first contribution in #6
Full Changelog: https://github.com/wso2/openfgc/commits/v0.1.0
⚡ Quickstart
Download and Run
- Download the distribution for your platform:
| OS | Architecture | Download |
|---|---|---|
| 🍎 macOS | ARM64 (Apple Silicon) | consent-server-0.1.0-macos-arm64.zip |
| 🍎 macOS | x64 (Intel) | consent-server-0.1.0-macos-x64.zip |
| 🐧 Linux | x64 | consent-server-0.1.0-linux-x64.zip |
| 🐧 Linux | ARM64 | consent-server-0.1.0-linux-arm64.zip |
| 🪟 Windows | x64 | consent-server-0.1.0-win-x64.zip |
- Unzip and navigate into the directory:
unzip consent-server-0.1.0-<os>-<arch>.zip
cd consent-server-0.1.0-<os>-<arch>/- Start the server:
./start.shOn Windows use
start.shvia Git Bash or WSL.
Configuration
The server configuration is located at repository/conf/deployment.yaml.
Update the database connection settings before starting the server.
Database
SQL scripts to initialize the database schema are in the dbscripts/ directory.
📖 Refer to the README for full configuration and API documentation.