Skip to content

Commit db464be

Browse files
readme updated
1 parent 86a7827 commit db464be

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,17 @@ yarn run pilet publish --no-fresh --url "https://frontends.service.eu.axinom.net
197197
```
198198

199199
Please note, that you need to provide the 'Base64 Encoded Credentials' of a
200-
service account that has the `Pilets: Publish` permissions as `api-key`. This
200+
[service account](https://docs.axinom.com/platform/core/identity/authenticate-serviceaccount/#what-is-a-service-account)
201+
that has the `Pilets: Publish` permissions under the "Micro Frontend Service" as `api-key`. This
201202
value will be shown to you alongside with the other secrets when creating a
202203
service account or when generating new secrets for an existing account.
203204

205+
For authentication, you need a Client ID and Client Secret of this service account.
206+
207+
If you have both values, the API key is just base64($clientid:$clientSecret). For
208+
base64 you can use a tool in our Portal: https://portal.axinom.com/mosaic/tools/base64
209+
(or any other base64 tool).
210+
204211
Also make sure that you define all values the pilet expects to receive inside
205212
the `app.meta.custom` by providing them as additional parameters on this command
206213
like:

0 commit comments

Comments
 (0)