Ringo De Smet

Results 107 issues of Ringo De Smet

There is support for retrieving the realm keys (#126), but this is a request to add support for configuring the keys of a realm. ![imgpsh_mobile_save](https://user-images.githubusercontent.com/77923/128034897-a4da80a6-e8a2-47f7-a2bb-7f94a3849d39.jpg) ![659e9f82-dd6e-4685-b26d-b90ad0abf89f](https://user-images.githubusercontent.com/77923/128034918-58858854-7d76-4357-ba4a-455c13026bef.jpg) ![14786ea6-440a-4be9-98bd-458d228238c0](https://user-images.githubusercontent.com/77923/128034937-2aec452f-ef30-41b0-aff5-c4a86a69ba05.jpg) Admin Guide section:...

Physical network interfaces should be their own datasource and resource. In case of a datasource, at `plan` and `apply`, the interface is looked up in the environment and when not...

proposal

```ts export const imagePullSecret = new k8s.core.v1.Secret( "docker-hub", { type: "kubernetes.io/dockerconfigjson", metadata: { namespace: "community" }, stringData: { ".dockerconfigjson": config .requireSecret("docker-hub-token") .apply(value => { return JSON.stringify({ auths: { "https://index.docker.io/v1/": {...

kind/enhancement

VMware has a vibrant Kubernetes dashboard called octant with a working plugin system. Rather than building a complete separate dashboard, why not make this dashboard a plugin to octant? Main...

question

### What happened? When passing explicit `providers` (plural!) to `ConfigFile`, one gets this error: ``` kubernetes:yaml:ConfigFile (guestbook): error: Error: Do not supply 'providers' option to a CustomResource. Did you mean...

kind/bug

[Patternlab](https://patternlab.io) is a project with which one can implement a design system. It supports pluggable templating engines. An engine in PatternLab speak is the adaptor which links their code base...

I would very much like to use `twing` to also run linting tasks on twig templates from within a webpack build. The project [I want to package](https://gitlab.com/ringods/starterkit-building-blocks/) will contain the...

Hashicorp revealed a separate Terraform Plugin SDK and the company promotes for provider developers to migrate their code to use it. Source: https://www.terraform.io/docs/extend/plugin-sdk.html

# Aim To build up the quality of this provider, we need end-to-end system tests. It should also be easy for contributors to run the system tests on their own...

enhancement

Fixes #173 The Go SDK for XenOrchestra has been extracted to https://github.com/vatesfr/xo-sdk-go. In this pull request, I change this TF provider to start using this extracted provider.