GithubHelp home page GithubHelp logo

ivankovalenko / cloudtrust-parent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudtrust/cloudtrust-parent

0.0 1.0 0.0 169 KB

License: GNU Affero General Public License v3.0

Java 100.00%

cloudtrust-parent's Introduction

cloudtrust-parent

Cloudtrust parent is the parent POM for Cloudtrust components It includes:

  • cloudtrust-common: common tools for any Cloudtrust component
  • cloudtrust-test-tools: common tools for unit tests of Cloudtrust components
  • kc-cloudtrust-common: common tools for Keycloak-related Cloudtrust component
  • kc-cloudtrust-test-tools: common tools for Keycloak-related unit tests of Cloudtrust components

To run Keycloak tests, you can use the predefined container KeycloakDeploy by requesting its instantiation when starting JUnit5 tests by using @ExtendWith(KeycloakDeploy.class). KeycloakDeploy needs to be configured with a resource file keycloak.properties

# comment your file with a heading #

# Values are references to files which will be copied in $KC_HOME/providers.
# If a version is present in the filename and the file is not found,
# a file with another version will be choosen (if found).
[modules]
../keycloak-module/target/keycloak-module-0.0.0.jar

# following section allow to add libraries in the classpath
# Note that this classpath is there for a future use but has to be debugged
[classpath]
./target/org.apache.commons.lang3-5.1.2.jar

# following section will define Keycloak build arguments
# key=value will become --key=value in the build command line
[build-arguments]
dbpassword=my-db-p@ssword

# following section will define additional Keycloak execution arguments
# value will become --value in the start command line
[exec-arguments]
debug

# following section will be added to the $KC_HOME/conf/keycloak.conf
# Values are always of the form: key=value
[properties]
spi-required-action-my-identifier-my-first-property=3
spi-required-action-my-identifier-my-second-property=Code=%s

# following section will define environment variables
# you can invoke some predefined functions
# . func:base64(...) will encode a value with base64
# . func:randombytes(N) will create a random value of N bytes
# . func:file(filename.ext) will set the content of a file to a environment variable
[environment]
MY_SECRET_KEY=func:base64(func:randombytes(16))
MY_FILE_CONTENT=func:file(myfile.json)

cloudtrust-parent's People

Contributors

alistairdoswald avatar basbeu avatar bernardgut avatar fperot74 avatar fratt-elca avatar harture avatar lagess avatar vloup avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.