Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created March 29, 2020 11:21
Show Gist options
  • Save voronenko-p/c75e6926982139f888c855e3605dd517 to your computer and use it in GitHub Desktop.
Save voronenko-p/c75e6926982139f888c855e3605dd517 to your computer and use it in GitHub Desktop.
curl -i -X POST \
--url {{ kong }}/services/{{ spaservice_name }}/plugins \
--data 'name=oidc&&config.client_id={{ spa_client_id }}&config.client_secret={{ spa_client_secret }}&config.discovery={{ spa_discovery }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment