Jamie Klassen

Results 14 issues of Jamie Klassen

It would be great if the backend could handle the position-related ANSI escape codes efficiently so that the UI simply receives pre-formatted lines of text (though we would still need...

core/api
spike

Hi folks, I was just reading the [SIG Catalog README](https://github.com/backstage/community/blob/main/sigs/sig-catalog/README.md) and noticed two things: 1. the [meeting notes doc](https://docs.google.com/document/d/1OsbYd6iP3h84aMA2qDs51G3BkecI8-MbTqxvRG-5OC0) is not public -- is this intentional? should folks request access?...

# What / Why When the `tar` utility runs with `--strip-components` and `-p` (or as root), no existing directories have their permissions changed. However, when node-tar does the equivalent, the...

Bug

## Feature Suggestion The `azure` Kubernetes auth provider introduced by @goenning in #11299 makes life a lot easier for Backstage integrators to surface status for services deployed on AKS users,...

enhancement
k8s-plugin

## Hey, I just made a Pull Request! Fixes #21398 #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [x] Added or updated...

documentation
area:kubernetes

### 🔖 Feature description A flag that allows the output of the `config:schema` command to be consumed by OpenAPI tools; e.g. it'd be nice if you could use something like...

enhancement
cli

### 🔖 Feature description The existing signatures on the `KubernetesAuthProvidersApi` interface only take the auth provider key as an input: https://github.com/backstage/backstage/blob/ebe7afad9d19f279469168ca0d4feceb92c1ad36/plugins/kubernetes-react/src/kubernetes-auth-provider/types.ts#L35-L41 It would be helpful if this utility API could...

enhancement
area:kubernetes

## Hey, I just made a Pull Request! Effective February 23, 2024 I am resigning my position at Broadcom and moving on to a new opportunity where I will no...

### 🔖 Feature description The auth-backend extension module introduced in #19846 opens the capability to acquire [cluster-scoped ID tokens](https://pinniped.dev/docs/howto/configure-auth-for-webapps/#cluster-scoped-id-tokens) from a Pinniped Supervisor. Let's add a frontend utility API to...

enhancement
auth

## Problem [**Basic auth**](https://en.wikipedia.org/wiki/Basic_access_authentication) - this is a method of authenticating individual HTTP requests by providing a header like `Authorization: Basic `. Concourse doesn't do this anymore and it's generally...