Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
/ wookiee-akka-http Public archive

Component for Extending Wookiee Commands to Function as Akka Http Endpoints

License

Notifications You must be signed in to change notification settings

oracle/wookiee-akka-http

wookiee-akka-http

Component for Extending Wookiee Commands to Function as Akka Http Endpoints

Build Status Latest Release License

Main Wookiee Project

Adding to Pom

Add the jfrog repo to your project first:

<repositories>
    <repository>
        <id>JFrog</id>
        <url>https://oss.jfrog.org/oss-release-local</url>
    </repository>
</repositories>

Add latest version of wookiee:

<dependency>
    <groupId>com.webtrends</groupId>
    <artifactId>wookiee-akka-http_2.11</artifactId>
    <version>${wookiee.version}</version>
</dependency>

Disabling Access Logging

By default, we will log information about each http call to Wookiee Akka Http. To disable this, add to your wookiee-akka-http config section the following:

wookiee-akka-http {
  ...
  access-logging {
    enabled = false
  }
}

Contributing

This project is not accepting external contributions at this time. For bugs or enhancement requests, please file a GitHub issue unless it’s security related. When filing a bug remember that the better written the bug is, the more likely it is to be fixed. If you think you’ve found a security vulnerability, do not raise a GitHub issue and follow the instructions in our security policy.

Security

Please consult the security guide for our responsible security vulnerability disclosure process

License

Copyright (c) 2004, 2023 Oracle and/or its affiliates. Released under the Apache License Version 2.0