File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,6 @@ You can run the application via the `bootRun` Gradle task, like so:
148148Once the application is started, you can head to the Swagger UI exposed at http://localhost:8080 to
149149navigate through the API.
150150
151- If you use another Identity Provider like Okta, you must set the gradle property IdentityProvider:
152- ``` shell
153- ./gradlew :cosmotech-api:bootRun -PidentityProvider=okta
154- ```
155-
156151If you need to call endpoints that require access to a kubernetes cluster, it will use the current context from your kubernetes local config file.
157152If you want to use a different context/cluster without changing your default settings, you may pass the ` useKubernetesContext ` property to the JVM:
158153``` shell
You can’t perform that action at this time.
0 commit comments