Set DECK_SKIP_DEFAULTS_FILL= true in the environment and sync the below file against Konnect. A re-sync or diff command should show a phantom diff.
This was reproducible at least with OIDC plugin.
_format_version: '3.0'
_plugin_configs:
my-oidc-config:
session_memcached_ssl: false
consumer_by:
- custom_id
consumer_claim:
- clientId
issuer: https://my-issuer.com
cache_tokens_salt: xxxxxx
auth_methods:
- bearer
services:
- name: example
host: example.com
plugins:
- _config: my-oidc-config
enabled: true
name: openid-connect
protocols:
- https
service: example
Set DECK_SKIP_DEFAULTS_FILL= true in the environment and sync the below file against Konnect. A re-sync or diff command should show a phantom diff.
This was reproducible at least with OIDC plugin.