Jesse Glick
Jesse Glick
> Effectively `JOB_NAME` minus `JOB_BASE_NAME` > > I haven't found any environment variables for this That seems like something that should be added to `branch-api`. (Almost. In some corner cases...
You would probably want to define `${GITHUB_ORG}` also. TBD where that should live. `branch-api` could trivially define the `MultiBranchProject.name`. Better would be to define general APIs for “repo” and “org”...
Basically it just means picking some URL unrelated to the Jenkins controller, hosting two static files there (the OIDC well-known metadata and the JWKS), and configuring the issuer in the...
https://www.acorn.io/pricing might work well enough for demo purposes.
Recheck after #26.
Not sure I follow what this is doing, but it seems to be allowing a private key to be specified in CasC, which is not secure. The requirement as I...
I am sorry, but it is unclear here what the intended interaction with CasC would be, and there is no end-to-end test of a CasC-based scenario that would prove that...
> Would it be possible to allow the trailing slash Seems like a reasonable option, if in fact that helps with Azure. > should the **Assertion Subject** be the URL...
AFAICT the plugin should actually work OK if you save a custom issuer ending with a slash despite this error message. (When this field is set, the only thing it...
@patrickpichler do you still plan to work on this?