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: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,11 +127,7 @@ To configure it, follow this steps:
127
127
The following instructions assume that you have created a service account and assigned it the necessary permissions, e.g. project.owner.
128
128
129
129
1. In the Portal, go to the `Service Accounts` tab, choose a `Service Account` and go to `Service Account Keys` to create a key.
130
-
131
130
- You can create your own RSA key-pair or have the Portal generate one for you.
132
-
133
-
**Disclaimer:** as of now, creation of a service account key in the Portal is only available in DEV and QA environments. You can use this flow in these environments by using the options `config.WithTokenEndpoint` and `config.WithJWKSEndpoint` to configure the corresponding endpoints.
134
-
135
131
2. Save the content of the service account key and the corresponding private key by copying them or saving them in a file.
136
132
137
133
**Hint:** If you have generated the RSA key-pair using the Portal, you can save the private key in a PEM encoded file by downloading the service account key as a PEM file and using `openssl storeutl -keys <path/to/sa_key_pem_file> > private.key` to extract the private key from the service account key.
0 commit comments