Author: dorota.wojtasiuk
-
Fastlane update for logging to artifactory via an API_KEY
Orange has recently contributed to the Fastlane project (MIT license). This update allows to use an API_KEY to log into Artifactory when using the artifactory action in Fastlane. The feature is available in version 2.172.0. The contribution is published on Orange-OpenSource GitHub as well.
-
WebShare, a plugin to share web pages with communities
Orange presents WebShare – a Firefox add-on. With this plugin you could easily define communities, share web pages with them, or everybody, or just bookmark pages for yourself. You’ll be provided with a search engine to retrieve stored pages, and multiple filters to refine searches. At this point, the plugin is not yet pushed but […]
-
aa-scan3, a tool to generate AppArmor profiles
aa-scan3 is a tool to help generate AppArmor profiles by inspecting the executables to protect with AppArmor. As a build-time tool, aa-scan3 does not attempt to run the executable. It inspects it to extract the data needed to construct a suitable AppArmor profile. Go to aa-scan3 on GitHub to learn more. The code has been […]
-
Manage Oauth 2 token in Node.js
Orange presents Oauth 2 Token Manager for Node.js. This project aims to show how to manage Oauth 2 token lifecycle. You could freely reuse the token and retry module in your project. It uses Got library to handle HTTP requests process. Go to oauth2-token-manager-for-nodeJS on GitHub for more information and access the code published under […]
-
IoT SAFE APDU, the first open source implementation of the GSMA IoT SAFE standard written in plain C
The IoT SAFE APDU library is the first, partial, open source implementation of the GSMA IoT SAFE standard written in plain C. It enables the use of the (e)SIM as a keystore. By plugging this library to a TLS (or DTLS) library, such as mbedTLS or ArduinoBearSSL, it allows the user to implement the first […]
-
Orange Labs and Inria present a toolbox for TOSCA
The collaboration between Orange Labs and Inria (National Institute for Research in Digital Science and Technology) resulted in proposing a set of tools for OASIS TOSCA (Topology and Orchestration Specification for Cloud Applications) deployment descriptors. It can be used for syntax and type checking of specifications or resources configuration deployment/update descriptors written in TOSCA. It […]
-
Hurl, a command line tool to run and test HTTP requests
Hurl is a command line tool to run and test HTTP requests defined in a simple plain text format. It can performs requests, capture values and evaluate queries on headers and body response. Hurl is very versatile, it can be used for both fetching data and testing HTTP sessions. Visit Hurl pages: https://github.com/Orange-OpenSource/hurl – source […]
-
The Eclipse Foundation is moving to Europe
Eclipse Foundation has formalized its transition to become a European-based organisation. Eclipse explains this transition with several arguments, among them: Most of Eclipse Foundation growth has already been happening in Europe. With 170 of their member organisations and more than 900 of their committers based in Europe, the Eclipse Foundation claims being already the largest […]
-
NiFiKop, a NiFi Kubernetes operator that makes it easy to run Apache NiFi on Kubernetes
NiFiKop logo NiFiKop – the Orange NiFi operator is a Kubernetes operator to automate provisioning, management, auto-scaling and operations of Apache NiFi clusters deployed to Kubernetes. Apache NiFi, on the other hand, is an open-source solution that supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. NiFiKop is a Kubernetes […]