-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
I'm running infisical/infisical:latest-postgres (v0.124.0-postgres) on AWS Fargate ECS + RDS Postgres and a reverse proxy. After getting the deployment running I explored the dashboard and attempted to create a secret rotation. Was greeted with a plug for Enterprise billing instead, w/ the same happening for dynamic secrets. The README states that these features are part of the self-hosted version but as of three weeks ago this seems to have been disabled (according to the following permalink)
infisical/backend/src/ee/services/license/license-fns.ts
Lines 8 to 56 in c613bb6
| export const getDefaultOnPremFeatures = (): TFeatureSet => ({ | |
| _id: null, | |
| slug: null, | |
| tier: -1, | |
| workspaceLimit: null, | |
| workspacesUsed: 0, | |
| memberLimit: null, | |
| membersUsed: 0, | |
| environmentLimit: null, | |
| environmentsUsed: 0, | |
| identityLimit: null, | |
| identitiesUsed: 0, | |
| dynamicSecret: false, | |
| secretVersioning: true, | |
| pitRecovery: false, | |
| ipAllowlisting: false, | |
| rbac: false, | |
| customRateLimits: false, | |
| customAlerts: false, | |
| secretAccessInsights: false, | |
| auditLogs: false, | |
| auditLogsRetentionDays: 0, | |
| auditLogStreams: false, | |
| auditLogStreamLimit: 3, | |
| samlSSO: false, | |
| hsm: false, | |
| oidcSSO: false, | |
| scim: false, | |
| ldap: false, | |
| groups: false, | |
| status: null, | |
| trial_end: null, | |
| has_used_trial: true, | |
| secretApproval: false, | |
| secretRotation: false, | |
| caCrl: false, | |
| instanceUserManagement: false, | |
| externalKms: false, | |
| rateLimits: { | |
| readLimit: 60, | |
| writeLimit: 200, | |
| secretsLimit: 40 | |
| }, | |
| pkiEst: false, | |
| enforceMfa: false, | |
| projectTemplates: false, | |
| kmip: false, | |
| gateway: false | |
| }); |
Am I missing something here? Previous discussions (i.e. #2043) point that we should be able to access rotations without issue
ravensorb, kargerova, monolithed and Rebel028
Metadata
Metadata
Assignees
Labels
No labels