Skip to content

Commit 97b4e2e

Browse files
committed
Remove outdated Identity Provider instructions from README.md
1 parent dbfcde5 commit 97b4e2e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ You can run the application via the `bootRun` Gradle task, like so:
148148
Once the application is started, you can head to the Swagger UI exposed at http://localhost:8080 to
149149
navigate 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-
156151
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.
157152
If you want to use a different context/cluster without changing your default settings, you may pass the `useKubernetesContext` property to the JVM:
158153
```shell

0 commit comments

Comments
 (0)