Rainer Hörbe

Results 19 issues of Rainer Hörbe

Like the OSX default quicklook plugin for plain text files the font is fixed to monaco 10pt. If people need larger fonts for legibility the plugin is useless. Would it...

Feature

Pester should be integrated in the run configuration like other languages have their xUnit etc. support. I got stuck with running pester explicitly from the IDE (terminal or run) -...

enhancement
help wanted

as discussed in (4) in http://www.redhat.com/archives/augeas-devel/2010-January/msg00100.html: Using augtool from scripts really requires a significant wrapper to handle the frequent use case of idempotently adding a line: - add a node...

improvement
library

It is a different topic than entity configuration, is not a concern of the calling program and causes redundancy in an application with many configurations. Proposed resolution: - pysaml2 shall...

feature

An admin cannot discern actual timedrift from slack, also Unix elapsed time is hard to read. Make message explicit

feature

The rationale for this change is a microservice that is replaying the authentication request to the IDP after receiving the response with a signaling attribute that requires some interaction (like...

Required for redirecturl microservice because the redirect url handler does not have an opportunity to set the backend relay_state. (Remark: IIUC satosa only sets a backend relaystate in the AuthnRequest...

do not obfuscate interactive error message by default. (no "Unknown Error") remove redundant logging in SATOSAbase.__call__ issue #256 correction of saml2.InvalidSignature exception (workaround) format debug data of POST parameters with...

Problem: SATOSA log includes traceback for errors that are sufficiently clear from the error message. Tracebacks are difficult to handle for line-oriented logs and should be eliminated (but this will...

If an exception is well understood and reported, there is no point in adding a stacktrace. E.g.: currently a saml2.s_utils.UnknownSystemEntity exception will result in a stacktrace (and disguise it as...