Caveats in README
See original GitHub issueMissing 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:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.
Thanks @bdemers for helping my mistake! I’ll close the ticket and leave the
application.yml
whether you like to add sample config.