fiat
fiat copied to clipboard
Spinnaker auth service
Contains two small commits separated by the two relevant issues: * https://github.com/spinnaker/spinnaker/issues/6918 (small change which required similar dependency updates) * https://github.com/spinnaker/spinnaker/issues/6911 (linked with changes published in Kork)
Provided in multiple commits, I've modernized and simplified several config classes by reusing Kork and Spring Boot things.
After following the guide below in a fresh development environment (LocalGit): https://spinnaker.io/docs/community/contributing/code/developer-guides/dev-env/getting-set-up/ I got: ``` IllegalArgumentException: Could not resolve placeholder 'services.clouddriver.base-url' in value "${services.clouddriver.base-url}" IllegalArgumentException: Could not resolve placeholder 'services.front50.base-url'...
This is an automatic backport of pull request #1012 done by [Mergify](https://mergify.com). Cherry-pick of 6d4bcfc02ea6b03b89f67df78bf739fff21ce907 has failed: ``` On branch mergify/bp/release-1.27.x/pr-1012 Your branch is up to date with 'origin/release-1.27.x'. You...
Currently we're have two options for batch sync users roles: 1. Sync roles for each user by making request to ldap with **userSearchFilter**. That way allow us to use any...
Hey there! 👋 We've noticed that your Mergify configuration is using some deprecated fields. No worries—we've got your back! This automated PR updates your config to align with the newest...
Upgrading spring boot 2.7.18 to 3.0.13 and spring cloud 2021.0.8 to 2022.0.5. Spring cloud release 2022.0.x is compatible with spring boot 3.0.x. https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions#supported-releases ====================================================== refactor(dependency): replace javax with jakarta during...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...