You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/spring/content/platform/intellij-plugin/_index.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ See the Oracle Free Use Terms and Conditions [License](https://oss.oracle.com/li
29
29
30
30
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.
31
31
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
+
32
36
## Configuring the Oracle Backend for Spring Boot and Microservices Connection
33
37
34
38
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
43
47
44
48

45
49
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
+
46
64
### Managing Oracle Backend for Spring Boot and Microservices Connection States
47
65
48
66
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