Skip to content

Commit

Permalink
update sample config (#17)
Browse files Browse the repository at this point in the history
* update sample config

* remove private endpoints
  • Loading branch information
DoctorVin authored Jul 18, 2023
1 parent 87f8717 commit a6f709c
Showing 1 changed file with 12 additions and 41 deletions.
53 changes: 12 additions & 41 deletions samples/mctl.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,18 @@
---
serverservice_api:
# curl https://dev-74418858.okta.com/oauth2/ausa8ldxnjsujDOq55d7/.well-known/oauth-authorization-server | jq
endpoint: http://localhost:8000
#oidc_issuer_endpoint: https://dev-74418858.okta.com/oauth2/ausa8ldxnjsujDOq55d7
oidc_issuer_endpoint: https://dev-74418858.okta.com/oauth2/ausa8vxl2aSQrpv1q5d7
oidc_audience_endpoint: http://localhost:8000
oidc_client_id: 0oaa8kto5lZYascqP5d7
oidc_pkce_callback_url: http://localhost:18000/identity/callback
endpoint:
oidc_issuer_endpoint:
oidc_audience_endpoint:
oidc_client_id:
oidc_pkce_callback_url:
oidc_scopes:
- offline_access
- read:server-component-firmware-sets
- read:server-component-firmwares
- read:server-component-types
- create:server-component-types
- update:server-component-types
- delete:server-component-types
- read:server:component
- update:server:component
- read:server:credentials
- read:server:attributes
- create:server:attributes
- update:server:attributes
- delete:server:attributes
- read:server:versioned-attributes
- create:server:versioned-attributes
- update:server:versioned-attributes
- delete:server:versioned-attributes
- create:server-component-firmwares
- read:server-component-firmwares
- update:server-component-firmwares
- delete:server-component-firmwares
- offline_access
- read:server-component-firmware-sets
- create:server-component-firmware-sets
- update:server-component-firmware-sets
- delete:server-component-firmware-sets
- read
conditions_api:
# curl https://dev-74418858.okta.com/oauth2/ausa8ldxnjsujDOq55d7/.well-known/oauth-authorization-server | jq
endpoint: http://localhost:9001
#oidc_issuer_endpoint: https://dev-74418858.okta.com/oauth2/ausa8ldxnjsujDOq55d7
oidc_issuer_endpoint: https://dev-74418858.okta.com/oauth2/ausa8vxl2aSQrpv1q5d7
oidc_audience_endpoint: http://localhost:9001
oidc_client_id: 0oaa8kto5lZYascqP5d7
oidc_pkce_callback_url: http://localhost:18000/identity/callback
endpoint:
oidc_issuer_endpoint:
oidc_audience_endpoint:
oidc_client_id:
oidc_pkce_callback_url:
oidc_scopes:
- read:condition
- create:condition

0 comments on commit a6f709c

Please sign in to comment.