question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Caveats in README

See original GitHub issue

Missing actual maven command

mvn -Dokta.oauth2.issuer=https://{yourOktaDomain}/oauth2/default \
    -Dokta.oauth2.clientId={clientId} \
    -Dokta.oauth2.clientSecret={clientSecret} \
    -Dokta.oauth2.postLogoutRedirectUri={absoluteLogoutRedirectUri} 
  • Turn out it’s missing spring-boot:run to the end.
  • one nit: omit optional parameters and may have another section to describe what are all supported parameters

How to update application.yml

NOTE: Putting secrets on the command line should ONLY be done for examples, do NOT do this in production. Instead update the projects application.yml

How to update application.yml? Are we assuming developers has enough knowledge of sprint-boot? I wonder if it makes sense to just add example (for copy/parse)? It doesn’t hurt even developer know how to do not to mention some one dont know (like me) and I have to google…

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bdemerscommented, Aug 20, 2020

@haishengwu-okta no, I think it’s a valid point. I’m not a big fan of the multiple examples in one repo, it makes it harder to grab just that one example.

I do like the consistency between projects, but I think we could try to call this out more.

0reactions
haishengwu-oktacommented, Aug 19, 2020

Thanks @bdemers for helping my mistake! I’ll close the ticket and leave the application.yml whether you like to add sample config.

Read more comments on GitHub >

github_iconTop Results From Across the Web

caveat/README.md at main · googlefonts/caveat - GitHub
Caveat Font. by Pablo Impallari. Important Sources for Caveat Brush are not the latest. Source is kept in sources/wip until it is located....
Read more >
Add caveat to README and code - nginx-metrics-graphite
Caveats. A short metric submission interval might cause blocking on the Nginx worker threads since the shared dictionary storing all counters has to...
Read more >
Caveats - Cisco
You can search for open and resolved caveats of any severity for any release using the Cisco Bug Search tool, an online tool...
Read more >
GOES DATA CAVEATS
GOES DATA CAVEATS. [1.] As reported in the online “SWPC GOES readme file” (2007),. [ http://www.swpc.noaa.gov/ftpdir/lists/pchan/README ], and on the “SPIDR ...
Read more >
Categorizing the content of GitHub README files
The README.md file for a repository on GitHub is often the first project docu- ... In its “Caveats” section, the README file states...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found