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
are required. You can obtain them [here](https://developer.sas.com/rest-apis/mysas/applications).
50
50
> [!IMPORTANT]
51
-
> Above is a new developer portal that generates keys used with the new APIM proxy for Viya Orders API. If you have keys generated in the [SAS Apigee Developer Portal](https://api.apiportal.sas.com), they will work until April 20, 2026.
51
+
> This is a new developer portal that generates keys used with the new APIM proxy for Viya Orders API. If you have keys that were generated in the [SAS Apigee Developer Portal](https://api.apiportal.sas.com), they will work until April 20, 2026.
52
52
-[Go](https://golang.org/) 1.25.6 (or later) or [Docker](https://www.docker.com/) is required if you intend to build your own image.
53
53
-[git](https://git-scm.com/) version 2 or later is required if you intend to clone the repository.
54
54
@@ -119,10 +119,10 @@ Take the following steps to start using SAS Viya Orders CLI:
119
119
[SAS Viya Orders API](https://developer.sas.com/rest-apis/mysas), obtain them [here](https://developer.sas.com/rest-apis/mysas/applications) - instructions can be found on the _Authentication_ tab in the same UI [here](https://developer.sas.com/rest-apis/mysas/docs/getting-started/authentication#obtain-client-credentials).
120
120
121
121
1. Save off the `Client ID` and the `Client Secret` values, which will serve as your API credentials.
122
-
> [!NOTE]
122
+
> [!NOTE]
123
123
> You only need one of the `Client Secret` values - either will work.
124
124
1. Base64 encode each value.
125
-
> [!NOTE]
125
+
> [!NOTE]
126
126
> When base64 encoding the credentials, take care not to encode
127
127
> end-of-line characters into the result. <br/> Here is an example of the
128
128
> correct way to encode from a Linux command prompt:<br/>
@@ -136,8 +136,8 @@ Take the following steps to start using SAS Viya Orders CLI:
136
136
`APIMCLIENTCREDENTIALSID`).
137
137
- Assign the encoded value of `Client Secret` to `apimClientCredentialsSecret` (if using environment variables, use
138
138
`APIMCLIENTCREDENTIALSSECRET`).
139
-
> [!IMPORTANT]
140
-
> If you are using keys generated in the [SAS Apigee Developer Portal](https://api.apiportal.sas.com), the property names to convey those in are `clientCredentialsId` / `CLIENTCREDENTIALSID` and `clientCredentialsSecret` / `CLIENTCREDENTIALSSECRET`. These keys will cease to work on April 20, 2026.
139
+
> [!IMPORTANT]
140
+
> If you are using keys generated in the [SAS Apigee Developer Portal](https://api.apiportal.sas.com), the property names to convey those in are `clientCredentialsId` / `CLIENTCREDENTIALSID` and `clientCredentialsSecret` / `CLIENTCREDENTIALSSECRET`. These keys will cease to work on April 20, 2026.
141
141
142
142
143
143
1. Select CLI options. You can then specify them on the command line, pass them
0 commit comments