SebastianSchildt / kuksa-common

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KUKSA Common

KUKSA Logo

This repository is intended to contain common files that are needed by multiple KUKSA repositories.

Content of this repository

Content Location Comment
Official VSS releases in JSON format vss Supported by both KUKSA Databroker and KUKSA Server
KUKSA Example keys and certificates for TLS tls Supported by both KUKSA Databroker and KUKSA Server
KUKSA Databroker Tokens jwt Not supported by KUKSA Server

Note: The tokens supported by KUKSA Server are available in kuksa.val repository!

Usage

This repository is supposed to contain the "master version" of the artifacts stored in this repository. Two methods to use the artifacts are listed below.

Submodule

Repositories may include this repository as a submodule.

File copy

Repositories may copy files stored in this repository, but if so they should preferably state that this repository contains the "master version".

Pre-commit set up

This repository is set up to use pre-commit hooks. Use pip install pre-commit to install pre-commit. After you clone the project, run pre-commit install to install pre-commit into your git hooks. Pre-commit will now run on every commit. Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.

About

License:Apache License 2.0


Languages

Language:Shell 53.2%Language:Python 46.8%