Skip to content

Commit

Permalink
remove openssl key transformation (#1543)
Browse files Browse the repository at this point in the history
go sdk fixed the problem that made this necessary
  • Loading branch information
edunham authored Nov 5, 2024
1 parent 14570bf commit 97a52da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _source/_posts/2023-07-28-terraform-workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ Below the client ID, the "client authentication" radio button defaults to "Clien

In the browser, save your changes to the general settings of the API Service App, and navigate to the app's Okta API Scopes. Grant `okta.groups.manage`, `okta.policies.manage`, and `okta.users.manage` for this workshop.

In the terminal, `cd okta-terraform-workshop` and convert the PKCS-1 key to an RSA (PKCS-8) key:

```
$ openssl rsa -in pkcs.pem -out rsa.pem
```

### 3.4: Configure the Okta Terraform provider

After setting up the app integration, you have found all the values required by the provider configuration! In `main.tf`, check that your provider block contains the `org_name`, `client_id`, and `private_key` file location. Tell it where to find the private key that you converted. With all the values filled out, the provider configuration looks like this:
Expand Down

0 comments on commit 97a52da

Please sign in to comment.