Skip to content

confusion on paywall of self-hosted features #3488

@ThetaBird

Description

@ThetaBird

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)

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
});

Image

Image Image

Am I missing something here? Previous discussions (i.e. #2043) point that we should be able to access rotations without issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions