File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -197,10 +197,17 @@ yarn run pilet publish --no-fresh --url "https://frontends.service.eu.axinom.net
197197```
198198
199199Please 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
201202value will be shown to you alongside with the other secrets when creating a
202203service 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+
204211Also make sure that you define all values the pilet expects to receive inside
205212the ` app.meta.custom ` by providing them as additional parameters on this command
206213like:
You can’t perform that action at this time.
0 commit comments