Skip to content

Commit 7acb5ef

Browse files
IntelliJ Plugin: faq/issues (#936)
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent f5689a6 commit 7acb5ef

File tree

1 file changed

+18
-0
lines changed
  • docs-source/spring/content/platform/intellij-plugin

1 file changed

+18
-0
lines changed

docs-source/spring/content/platform/intellij-plugin/_index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ See the Oracle Free Use Terms and Conditions [License](https://oss.oracle.com/li
2929

3030
4. If you do not see the Oracle Backend for Spring Boot and Microservices icon on your IDE's toolbar, navigate to View -> Tool Windows, and select "OBaaS" to add it to your IDE's tool window bar.
3131

32+
### Proxy Configuration
33+
34+
If you are connecting to your Kubernetes cluster through a proxy server, configure your IntelliJ proxy settings from Settings -> Proxy. Th Oracle Backend for Spring Boot and Microservices will use your IntelliJ system proxy settings to connect to your Kubernetes cluster.
35+
3236
## Configuring the Oracle Backend for Spring Boot and Microservices Connection
3337

3438
1. Open the plugin tool window by clicking the "OBaaS" icon on the IntelliJ tool bar, and click the "wrench" icon to open the Oracle Backend for Spring Boot and Microservices connection settings.
@@ -43,6 +47,20 @@ See the Oracle Free Use Terms and Conditions [License](https://oss.oracle.com/li
4347

4448
![test-connection](./images/test-connection.png)
4549

50+
### Known issue with Kubernetes authentication
51+
52+
If you are using a Kubeconfig shell exec config to authenticate to your Kubernetes cluster from the Oracle Backend for Spring Boot and Microservices, you may need to provide the full path to the authenticating binary:
53+
54+
```yaml
55+
users:
56+
- name: my-user
57+
user:
58+
exec:
59+
apiVersion: client.authentication.k8s.io/v1beta1
60+
# Provide the full path to the authenticating binary here
61+
command: /usr/local/bin/oci
62+
```
63+
4664
### Managing Oracle Backend for Spring Boot and Microservices Connection States
4765
4866
To refresh the Oracle Backend for Spring Boot and Microservices connection, click the "Refresh" button at the top of the Oracle Backend for Spring Boot and Microservices tool window.

0 commit comments

Comments
 (0)