We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because oauth client credentials flow might not be available, a simple token is defined.
The following properties will be used:
application.properties: metricCA.access.token.enabled=true/false metricCA.access.token.secret.path=/xyz/accesstoken.properties
metricCA.access.token.enabled=true/false
metricCA.access.token.secret.path=/xyz/accesstoken.properties
accesstoken.properties: metricCA.access.token.secret=abc
metricCA.access.token.secret=abc
accesstoken.properties should be included in addition to the profile-based property in order to mount it as secret via kubernetes.
accesstoken.properties
The text was updated successfully, but these errors were encountered:
Hello Timo, can you please add gituser "eiquanasfiya" and "shery9" into this repo to write.
remote: Permission to devsecopsmaturitymodel/metricAnalyzer.git denied to eiquanasfiya. fatal: unable to access 'https://github.com/devsecopsmaturitymodel/metricAnalyzer.git/': The requested URL returned error: 403
Sorry, something went wrong.
No branches or pull requests
Because oauth client credentials flow might not be available, a simple token is defined.
The following properties will be used:
application.properties:
metricCA.access.token.enabled=true/false
metricCA.access.token.secret.path=/xyz/accesstoken.properties
accesstoken.properties:
metricCA.access.token.secret=abc
accesstoken.properties
should be included in addition to the profile-based property in order to mount it as secret via kubernetes.The text was updated successfully, but these errors were encountered: