Rowan
Rowan
I get this notice after upgrading to OBS 28.0.3 (from 27) AND updating this plugin to the latest. HOWEVER, despite this notice, the plugin actually works perfectly. It would be...
The use-case is nearly identical on Azure Postgres. Roles created through the `azurerm` provider that authenticate with Azure Active Directory are automatically given CREATEDB, CREATEROLE, and membership in a role...
> This proposed resource is inconsistent with the declarative model of Terraform. A resource is a _thing_, not an _operation_. The resource is the role, and this resource already exists...
For anyone finding their way here looking for a way to get AGIC to generate a single listener for a multi-host ingress like the one in the OP, it looks...
> the plans have been scrapped due to lack of engineering time Are you open to community contributions on this one? If so, it would helpful to have an outline...
I'm not sure I follow your solution to privilege escalation in PRs. What is to stop me from making any number of other changes to the yaml in a PR...
Unless I am misinterpreting this PR, I think this is a documentation issue, not a feature support issue. It looks like Workload Identity is already implemented. I will be trying...
Good news! Workload identity is actually supported already as of PR #7540 that I somehow missed before, it's just a poorly named option. The azure storage config value that you...
yes, I assumed that was a given when using workload identity. There are a number of other things that need to be setup, like a "federated credential" azure resource, and...
This issue is about workload identity, not managed identity. While workload identity makes use of managed identities under the hood, it is a different authentication method. I'm not a Loki...