Skip to content

(antu) Add cephobjectstoreuser loki #826

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
apiVersion: ceph.rook.io/v1
kind: CephObjectStoreUser
metadata:
name: loki
namespace: rook-ceph
spec:
store: lfa
clusterNamespace: rook-ceph
quotas:
maxBuckets: 3
---
apiVersion: external-secrets.io/v1alpha1
kind: PushSecret
metadata:
name: rook-ceph-object-user-lfa-loki
namespace: rook-ceph
spec:
secretStoreRefs:
- kind: ClusterSecretStore
name: onepassword
selector:
secret:
name: rook-ceph-object-user-lfa-loki
data:
- match:
secretKey: AccessKey
remoteRef:
remoteKey: loki
property: AWS_ACCESS_KEY_ID
- match:
secretKey: SecretKey
remoteRef:
remoteKey: loki
property: AWS_SECRET_ACCESS_KEY
Loading