Skip to content

Commit c364f5d

Browse files
lasdf1234Copilot
andcommitted
[MINOR] docs: replace Flink credential example
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d4c8fc9 commit c364f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/iceberg-rest-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ CREATE CATALOG irc WITH (
351351
'type' = 'iceberg',
352352
'catalog-type' = 'rest',
353353
'uri' = 'http://127.0.0.1:9001/iceberg/',
354-
'credential' = 'gravitino-client:q13WKxZYwUEt9L9XEtTHZjj3mxvGo0Pa',
354+
'credential' = '<client-id>:<client-secret>',
355355
'oauth2-server-uri' = 'http://127.0.0.1:8080/realms/gravitinorealm/protocol/openid-connect/token',
356356
'scope' = 'openid profile email',
357357
'token-exchange-enable'='false'

0 commit comments

Comments
 (0)