Carsten Buchberger

Results 12 comments of Carsten Buchberger

The python exception happens everytime the exporter is queried without target query-param. If you call it from a browser the brower usually tries to get a favicon from the webserver....

hi @udos86 Thanks for the quick response. I was able to do it that way. It works so far. The only issue that remains is that the whole object is...

Hi all, we are also interested in this feature. Is there anything we can do to get it integrated ? Thanks for you great work.

Well, actually we need a way to check if a user is allowed to access resources/scopes from within our angular app. The backend/resource is already protected with policy enforcement, but...

We are also interested in this. Passing the roles in the token is the right approach in my opinion. Mapping the OIDC-roles to the powerdns-admin roles can be done in...

Regarding @bobykus31 question > If it is not possible to remove metrics from downsampled data, is it even possible to recreate downsampled data from raw metrics where unwanted metrics are...

The general problem ist that the jsonpath implementation does not allow to access parent nodes (https://kubernetes.io/docs/reference/kubectl/jsonpath/) This seems to be the case with all jsonpath implementations i've been looking at....

Issue is present with 5.0.0-rc.19, too. Reason seems to be that the available storage-providers are defined as "arrow functions" which can't be used as constructors (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions) But this exactly what...

Ah - i worked around the naming - issue. This example is the original Base64-Storage-Provider as a class. ``` const SampleStorageProvider = class { uploadFile(file:any, fileName:string) { const reader =...

Example for config.yml ```yaml default: vsphere_host: "some-vcenter.local" vsphere_user: "****@vsphere.local" vsphere_password: "***" ignore_ssl: True specs_size: 5000 fetch_custom_attributes: True custom_attributes_allowed: - configurationId fetch_tags: False fetch_alarms: True collect_only: vms: False vmguests: False datastores:...