Skip to content

boschglobal/kuksa-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This a Bosch staging area for the Eclipse KUKSA project. Internal contact persons Sebastian Schildt and Erik Jaegervall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.9%
  • Python 40.1%