Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Conversation

streamnsight
Copy link
Member

Signed-off-by: Emmanuel Leroy emmanuel.leroy@oracle.com

kind: ServiceInstance
metadata:
name: testbucket
namespace: default
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bucket instance needs to define namespace

compartmentId: CHANGE_COMPARTMENT_OCID_HERE
partitions: CHANGE_PARTITION_COUNT_HERE
# Use streampoolId for creating stream associated with a streampool. Do not use compartmentId when using streampoolId
# Use streampoolId for creating stream associated with a streampool.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compartment Id is required even when streampool id is set

# "s123456789S@"
password: czEyMzQ1Njc4OVNACg==
password: czEyMzQ1Njc4OVNA
# "Welcome_123"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the password secret has extra newline character causing the login to fail.
it should be encoded with `echo -n 's123456789S@' | base64 -w0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant