michael-follmann

Results 7 issues of michael-follmann

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: plugin
Topic: alias
Type: documentation

# What happened? When omitting the configuration `klaw.notification.header.logo`, a default value will be used for the logo in e-mail notifications. This default is: https://klaw-project.io/wp-content/uploads/2021/01/KW-logo-gold-sm.png This image doesn't exist anymore (HTTP...

# What happened? When I try to modify an existing schema for a given topic in the Coral UI (e.g. `/coral/topic/delete-me/schema`) and click on the button labeled "Request a new...

### Describe the current behavior However, we noticed in the Prefect Cloud UI that different validation rules are applied for different resource names. For example: * For blocks the following...

enhancement

## What is currently missing? It can be considered as best practice to avoid sensitive data in the Terraform state. [Ephemeral resources and write-only arguments](https://developer.hashicorp.com/terraform/language/manage-sensitive-data/ephemeral) are good way to achieve...

enhancement
customer request

## What is currently missing? To avoid persisting credentials in the Terraform state, I want use [ephemeral resources](https://developer.hashicorp.com/terraform/language/manage-sensitive-data/ephemeral) and [write-only arguments](https://developer.hashicorp.com/terraform/language/manage-sensitive-data/write-only). However, for the resource `aiven_service_integration_endpoint` I cannot use ephemeral...

enhancement
customer request

## What is currently missing? When I set the Terraform log level to `TRACE`, I only see minimal details about what is going on. More information about the Aiven API...