Eleftheria Stein-Kousathana

Results 42 issues of Eleftheria Stein-Kousathana

The Kotlin `AuthorizeRequestsDsl` has multiple signatures for the `authorize` method including the following two: ```kotlin authorize(pattern: String, access: String = "authenticated") ``` and ```kotlin authorize(pattern: String, servletPath: String, access: String...

in: config
type: bug
type: breaks-passivity

Similar to the other samples, WebFlux form should use Spring Security `6.0.0-SNAPSHOT` and Spring Boot` 3.0.0-SNAPSHOT`. This is currently blocked on thymeleaf/thymeleaf#885 because Spring Boot brings in a version of...

The GitHub Actions CI workflow for 2.4.x is configured to run daily at 10am UTC, but that does not happen. Perhaps it is because GitHub Actions cannot differentiate between the...

type: bug
in: build
status: blocked

Currently we have our GitHub provider credentials defined in the `server-config.yaml` like this: ``` github: client_id: X client_secret: Y ``` We fetch the credentials using viper directly: https://github.com/stacklok/minder/blob/4524f991586d2b90603718364eef0a0068e85219/internal/auth/oauth.go#L121-L122 Since we...

go
priority: medium

GitHub fine grained tokens, including the tokens generated by a GitHub Apps, do not have access to list all the containers associated with a repository. In Minder's implementation of the...

go
blocked
P2

Depends on https://github.com/stacklok/minder/issues/3173, because without it, users may end up with no projects and no way to create a new project. We currently block the deletion of top-level projects, projects...

go
size/s
P2

Currently, we allow the creation of sub-projects, projects that are children of another project. This issue tracks creating top-level projects, projects without a parent project. We can repurpose the existing...

enhancement
go
size/m
P2

This is an edge case. **Describe the bug** When a user deletes their account using the browser (ie not using the minder CLI) and a few minutes later re-registers using...

bug
priority: low

### Describe the issue When calling `ListEvaluationResults`, the response includes the `entityInfo` only if the entity type is a repository. This is different than the response from `GetProfileStatusByName`, which includes...

bug
P2

For users that want to run their own Minder instance, or run Minder locally for testing, they will need to create a GitHub App. We can create a [GitHub App...

priority: medium
P2