- - "Ping"
- authorizationStrategy:
- projectMatrix:
- permissions:
- - "GROUP:Overall/Read:authenticated"
- - "USER:Agent/Build:anonymous"
- - "USER:Job/Discover:anonymous"
- - "USER:Overall/Read:anonymous"
- - "USER:Overall/Administer:halkeye"
- markupFormatter: "markdownFormatter"
- securityRealm:
- oic:
- authorizationServerUrl: "https://auth.g4v.dev/application/o/authorize/"
- clientId: "${OIC_AUTH_CLIENT_ID}"
- clientSecret: "${OIC_AUTH_CLIENT_SECRET}"
- disableSslVerification: false
- endSessionEndpoint: "https://auth.g4v.dev/if/session-end/jenkins/"
- escapeHatchEnabled: false
- logoutFromOpenidProvider: true
- scopes: "email groups openid profile"
- tokenServerUrl: "https://auth.g4v.dev/application/o/token/"