Brian Demers

Results 194 comments of Brian Demers

> What do you mean run it twice? I'm not following 😅 Sorry about that! To check of a project/build reproducible, the build is run twice and the output compared,...

> I recommend NOT trying to validate reproduciblity via CI: there is no reason reproduciblity will change from commit to commit > > checking reproducibility by hand is sufficient, and...

@icecreamhead What does a header and payload look like for a openbanking JWS (use fake data)? From a quick look at the docs, it seems some registered claims from the...

Do you have an example with the `cty` value set?

Hey @vishal423! When we see this problem (on the Okta side) it's typically a network configuration issue where your application is running (usually some sort of proxy or other network...

@vishal423, Were you able to confirm there were no network issues? (firewalls, proxies, etc)? If your code is generated similar to this: https://github.com/jhipster/generator-jhipster/blob/980ca577b72a846208d2fec0d85267a995bc8e53/generators/server/templates/src/main/java/package/config/SecurityConfiguration.java.ejs#L327-L342 You should be able to inject a...

Thanks for the PR @haster! (and sorry for the delay with the response) I can see the desire to make this more flexible, but we need to make sure we...

My suggestion in the short term would be to set `blockTraversal` to false, and add a custom filter to implement a more flexible traversal blocking technique. And then send us...

@aalmiray feel free to just delete this, I figured I'd pass it along because I had it handy. The root cause of my issue was my commits use a secondary...

Looks like it's this line: https://github.com/okta/okta-cli/actions/runs/5930538774/job/16080469818?pr=455#step:4:1792 It's not ideal, but the version of GraalVM is defined multiple times in this project with different usages: - [svm dependency](https://github.com/okta/okta-cli/blob/master/cli/pom.xml#L78-L82) - [sdkmanrc (defines...