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:
148
148
Once the application is started, you can head to the Swagger UI exposed at http://localhost:8080 to
149
149
navigate through the API.
150
150
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
-
156
151
If you need to call endpoints that require access to a kubernetes cluster, it will use the current context from your kubernetes local config file.
157
152
If you want to use a different context/cluster without changing your default settings, you may pass the ` useKubernetesContext ` property to the JVM:
158
153
``` shell
You can’t perform that action at this time.
0 commit comments