Alpine
Alpine copied to clipboard
An opinionated scaffolding framework that jumpstarts Java projects with an API-first design, secure defaults, and minimal dependencies
Currently, alpine-server's `AuthenticationFilter` checks only for a header `X-API-Key` for an API key. However, there are use cases for clients that cannot pass a header or only with difficulty. One...
Wanted to open an issue beforehand in case there's any considerations I'm missing. I have a use case where team names may be arbitrarily long given they will be based...
Bumps [us.springett:alpine-parent](https://github.com/stevespringett/Alpine) from 1.10.5 to 3.0.1. Release notes Sourced from us.springett:alpine-parent's releases. 3.0.1 What's Changed Bump logback to 1.3.14 and slf4j-api to 2.0.12 by @nscuro in stevespringett/Alpine#551 Bump actions/checkout from...
Bumps [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.11.4 to 1.13.3. Release notes Sourced from io.micrometer:micrometer-registry-prometheus's releases. 1.13.3 :lady_beetle: Bug Fixes Add default factoryType tag in CommonsObjectPool2Metrics #5316 Buffered statsd lines are not published on...
### Description This PR addresses [#532](https://github.com/stevespringett/Alpine/issues/532#issuecomment-2378988533) by changing from API Keys being stored in plain to be stored as a hash. Will be hashed with bcrypt. Only at creation time...
This PR addresses [#532](https://github.com/stevespringett/Alpine/issues/532#issuecomment-2378988533) by implementing Permissions for API Keys. Adds permissions to the API Key in a similar way as it is added to teams and users and removed...
Bumps [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.11.4 to 1.13.6. Release notes Sourced from io.micrometer:micrometer-registry-prometheus's releases. 1.13.6 :star: New Features / Enhancements Improve memory usage of StepBucketHistogram #4954 :lady_beetle: Bug Fixes Instrumented Java 11...
Is there a way to specify path to list of teams in userinfo object in OIDC_TEAMS_CLAIM? For example in object below i want to read groups from `resource_access.service_client.roles` ``` {...
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 6.0.0. Changelog Sourced from com.zaxxer:HikariCP's changelog. HikariCP Changes Changes in 6.0.0 fixed #2152 duplicate connection in try with resources clause caused close() being called twice...
Bumps [us.springett:alpine-parent](https://github.com/stevespringett/Alpine) from 1.10.5 to 3.1.0. Release notes Sourced from us.springett:alpine-parent's releases. 3.1.0 What's Changed Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in stevespringett/Alpine#629 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to...