Skip to content

Releases: wso2/openfgc

Consent Server v0.2.0

24 Mar 03:42
80786aa

Choose a tag to compare

Consent Server v0.2.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0


⚡ Quickstart

Download and Run

  1. 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
  1. Unzip and navigate into the directory:
unzip consent-server-0.2.0-<os>-<arch>.zip
cd consent-server-0.2.0-<os>-<arch>/
  1. Start the server:
./start.sh

On Windows use start.sh via 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

12 Mar 16:26
8b93eca

Choose a tag to compare

Consent Server v0.1.0 Pre-release
Pre-release

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

Full Changelog: https://github.com/wso2/openfgc/commits/v0.1.0


⚡ Quickstart

Download and Run

  1. 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
  1. Unzip and navigate into the directory:
unzip consent-server-0.1.0-<os>-<arch>.zip
cd consent-server-0.1.0-<os>-<arch>/
  1. Start the server:
./start.sh

On Windows use start.sh via 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.