Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When config-server is integrated to mongos charm - secret data is shown #312

Open
MiaAltieri opened this issue Aug 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MiaAltieri
Copy link
Contributor

juju add-model test
cd ~/mongodb-k8s-operator
tox -e build-production
 juju deploy ./*charm --config role="shard" shard0 -n1  --resource mongodb-image=ghcr.io/canonical/charmed-mongodb:6.0.6-22.04_edge@sha256:b4b3edb805b20de471da57802643bfadbf979f112d738bc540ab148d145ddcfe
 juju deploy ./*charm --config role="config-server" config-server -n1  --resource mongodb-image=ghcr.io/canonical/charmed-mongodb:6.0.6-22.04_edge@sha256:b4b3edb805b20de471da57802643bfadbf979f112d738bc540ab148d145ddcfe

cd ~/mongos-k8s-operator 
tox -e build-production
juju deploy ./*charm --resource mongodb-image=ghcr.io/canonical/charmed-mongodb:6.0.6-22.04_edge@sha256:b4b3edb805b20de471da57802643bfadbf979f112d738bc540ab148d145ddcfe

juju integrate config-server:config-server shard0:sharding
juju integrate config-server mongos-k8s
juju show-unit mongos0k8s/0 # this will show secret data 
@MiaAltieri MiaAltieri added the bug Something isn't working label Aug 21, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-5215.

This message was autogenerated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant